Member since
04-13-2025
1
Post
0
Kudos Received
0
Solutions
04-13-2025
10:20 PM
Hello, @mananasaly, the SSL certificate error in Python you are getting can occur due to when making HTTPS requests using the requests module in Python. To solve the error, I found the reference guide from:- https://cheapsslweb.com/blog/ssl-certificate-verify-failed-error-in-python/. You can refer to it, maybe it will be helpful to solve the error. I hope it helps!
... View more