|
From: Claudio K. <ck...@cl...> - 2020-06-02 06:00:58
|
Hi all I read about the SSL: UNSUPPORTED PROTOCOL error in https://pywbem.readthedocs.io/en/latest/appendix.html . Is the client side protocol lowering only possible by adjusting /etc/ssl/openssl.cnf (on Linux) or is there another way to tell pywbem / python which ssl protocol to use? My goal would be to tell the script, which uses pywbem, with a parameter which version to use. Maybe some special environment variables are considered by python/openssl? Any ideas? cheers, ck |