Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
My client supports TLS up to 1.2. imc server is TLSv1I think that ssl.wrap_socket = partial(ssl.wrap_socket, ssl_version=ssl.PROTOCOL_TLSv1)does not do the job at all. (ImcHandle.py:188)Client still uses default context with PROTOCOL_SSLv23.Al...