Member since
10-31-2016
4
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2535 | 01-11-2018 12:14 PM |
01-11-2018
12:14 PM
ignore my post. i was able to fix above issue by creating correct ssl context context = ssl.SSLContext(ssl.PROTOCOL_TLSv1) cxt = ssl.create_default_context(cafile="/opt/pki/etc/tca/ca_cs_combined.pem")
... View more