NX Meta APIs - HTTP - Max Retries
CompletedHeLLo,
I am using Testcamera, I go through the APIs Documentation
Then, using Python, to get the data from this link - https://localhost:7001/ec2/getCamerasEx
I got the output as error -
HTTPSConnectionPool(host='localhost', port=7001): Max retries exceeded with url: /ec2/getCamerasEx (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1123)')))
How to solve this, thanks
0
-
I found the solution,
We need to pass the AUTH details in the request, then it will be successful
0
Please sign in to leave a comment.
Comments
1 comment