Using TLS 1.1 and TSL 1.2

Please Note: This issue will be fixed in version 15.1 .1.
 
For this workaround to work, you must have .Net 4.5 or later installed for this to work.
 
This workaround reduces the security of your system as all protocols are open for use by all .Net applications.
 
In order to access a server which only support TSL 1.1 or 1.2, you need to add the following entries into your Windows registry:
 
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001
 
 
You can do this manually, or you can:
1. Download the following file:
 
2. Change the extension to .reg, e.g. EnableTLS12.reg
 
3. Double click the file in Windows Explorer to run it and install the entries to the registry.