RTC Python SSLv3

268 Views Asked by At

I am investigating if we can use IBM RTC API to create workitem, get workitem, etc using python scripting. I came across python library "rtcclient" which can achieve the required tasks however I am unable to use it since I get error as "SSLV3 Handshake Error" during the rtcclient call. I receive the same error even with requests.get function as well

requests.exceptions.SSLError: HTTPSConnectionPool(host='clm.demo.com', port=9443): Max retries exceeded with url: /jazz/authenticated/identity (Caused by SSLError(SSLError(1, u'[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:726)'),))

I am able to retrieve the same details via cURL command however python still throws error. Below are my version details

IBM RTC CLM: 6.0.2 Python: 3.7.6 Libraries installed : cryptography, httplib2, pyopenssl, rtcclient, requests

0

There are 0 best solutions below