For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 4 4 8

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

  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)
dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Related to this query.

note: in the 27420 question, the max retries exceeded was introduced after download some intruments successfully. not same to the 27048 question.

Hi, Chirstiaan , Is there any download volume limitation for one DSS account?

@Lingyu.Gong, there are various limits, some are documented here. Other limits (numbers of instruments that can be extracted by request type and month) are related to the account itself, and its commercials. I am not a specialist of those, you'd better discuss this with your DSS account manager.

Show more comments

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

@lei.cheng

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' next to the appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
13.7k 26 8 12

@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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.