Originally posted by jquincy
View Post
Announcement
Collapse
No announcement yet.
Authentication ptoblems
Collapse
X
-
There are two factors to consider:
1. Enabling TLS 1.2 - this depends on the Windows version and usually relatively easy to fix
https://learn.microsoft.com/en-us/wi...-schannel-ssp-
2. Finding which Cipher Suites supported by the server - i.e. inspecting response headers, or using ssllabs.com https://www.ssllabs.com/ssltest/anal...44.199.116.197
To check which Cipher Suites you have in your Windows - try using “gpedit.msc” https://www.howtogeek.com/221080/how...tter-security/
Even if you manage to enable TLS 1.2 on your Windows, the requited Cipher Suite may not be present on your Windows, i.e. swd.weatherflow.com (AWS) only supports TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256. For this you need to find Cipher Suite installer for your specific Windows version, which can be difficult (or impossible)
Comment
Comment