CURL SSL/TLS Failed
Errors
RST Reset.
curl -v https://example.com
* Host example.com:443 was resolved.
* IPv6: (none)
* Ipv4: xxx
* Trying xxx:443
* schannel: disabled automatic use of client certificate
* ALPN: curl offets http/1.1
* Recv failure: Connection was reset
* schannel: failed to receive handshake, SSL/TLS connection failed
* closing connection #0
curl: (35) Recv failure: Connection was reset
Check TLS
openssl s_client -connect example.com:443 -tls1_2
No comments to display
No comments to display