Closed Danp2 closed 4 years ago
GitHub forces TLS1.2. It appears that WinHTTP doesn't advertise TLS flavor during handshake on such systems when SSL2 is specified even if supported. That also means that systems with this issue are updated because they shouldn't have TLS1.2 by default. I've made addition to _WinHttpSimpleSendSSLRequest where this situation is detected and responded to. It should be backward compatible. @Danp2 could you try the code by any chance, if you still have access to such systems?
Appears to work correctly to me. Thanks!
To reproduce, run example script _WinHttpSimpleSSLRequest under Window Server 2016.
See https://github.com/Danp2/WebDriver/issues/40 for further details.