When attempting to connect to a server using TLS we get UNKNOWN_PROTOCOL. We attempted to debug by issuing OPENSSL commands:
openssl s_client -msg -connect :443
Message returned: wrong version number
343598475400:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number:./
s3_pkt.c:365:
Issued openssl version command:
OpenSSL 1.0.2k 26 Jan 2017
I then confirmed that python is pointed to the same version OpenSSL 1.0.2k 26 Jan 2017
I’m not sure how to proceed in my setup.