Fixing an SSL Certificate Verification Error
We're fixing the error Python specifies as ssl.SSLCertVerificationError.
How to fix SSL Certificate issue on Windows¶
Firstly, try updating your OS, wouldn't hurt to try.
Now, if you're still having an issue, you would need to download the certificate for the SSL.
The SSL Certificate, Sectigo (cert vendor) provides a download link of an SSL certificate. You should find it in the bottom left corner, shown below:
A picture where to find the certificate in the website is:
You have to setup the certificate yourself. To do that you can just click on it, or if that doesn't work, refer to this link
How to fix SSL Certificate issue on Mac¶
Navigate to your Applications/Python 3.x/
folder and double-click the Install Certificates.command
to fix this.