Hi all,
I am trying to run the python notebooks to retrieve my token using:
r1 = requests.post(requestUrl, json=requestBody,headers=requestHeaders, proxies=proxy, verify=False)
But I got this error:
SSLError: HTTPSConnectionPool(host='hosted.datascopeapi.reuters.com', port=443): Max retries exceeded with url: /RestApi/v1/Authentication/RequestToken (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:852)'),))
Furthermore, I got a 403 error (see below) when I tried to open this link in a browser.
https://hosted.datascopeapi.reuters.com/
Any idea of what could be the pb?
Many thx