I am making API calls from my machine to HERE maps. I am getting an error from Pythons request library that SSL Certificate verification failed. IT works when I set verify = False. Does it has something to do with firewall or something ??
Asked
Active
Viewed 222 times
2
-
Not necessarily. The error just means that the verification did not pass. Might just be a faulty SSL cert, or a bug in requests. – Charchit Agarwal Jul 15 '22 at 10:49
-
How exactly to identify that SSL cert is faulty ?? – Ravi Yadav Jul 15 '22 at 11:36
-
Hi Ravi, could you share a bit more info? Like What service did you call and how did you do that? – Jul 26 '22 at 05:57
-
@HEREDeveloperSupport Yes , I am calling the Here Maps Routing API and Traffic API from python using "GET" method. The call works fine in my local windows machine but I have some Linux machines which are throwing this error. – Ravi Yadav Jul 27 '22 at 10:05
-
@Ravi, it would be perfect if you could provide code snippet so we can help with it. Thanks (We tested service itself but no suspicious found.) – Aug 04 '22 at 06:33
-
Hi Ravi, Could you please provide the requested details.? – Oct 21 '22 at 08:52