Max retries exceeded with url: /RestApi/v1/Authentication/RequestToken

lei.cheng
lei.cheng Explorer
  File "E:\Python\Anaconda2\lib\site-packages\requests\adapters.py", line 502, in send    raise ConnectionError(e, request=request)requests.exceptions.ConnectionError: HTTPSConnectionPool(host='192.165.219.152',
port=443): Max retries exceeded with url:
/RestApi/v1/Authentication/RequestToken (Caused by
NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x0000000007DA06A0>: Failed to establish a new connection:
[Errno 10060] ',))E:\Python\Anaconda2\lib\site-packages\requests\packages\urllib3\connectionpool.py:852:
InsecureRequestWarning: Unverified HTTPS request is being made. Adding
certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning)

Best Answer

  • Christiaan Meihsl
    Answer ✓

    @lei.cheng, are you still running into this issue, or has it been solved ?

    From the error message I see you are sending an HTTPS request without certificate verification, which generates a warning. You might want to follow the instructions for InsecureRequestWarning in the URL mentioned in the warning.

    This query (valid both for DSS and TRTH customers) might be of interest to you. And note you can download DSS DigiCert root and intermediate certificates here.

Answers