diff options
author | 2022-11-12 21:22:44 -0800 | |
---|---|---|
committer | 2022-11-12 21:22:44 -0800 | |
commit | e6790b1d10c69099f2a3436510af9aeb317d8dd1 (patch) | |
tree | c2c58361349f5f95b8af37ca0de219a3f2485b61 | |
parent | Merge pull request #793 from python-discord/dependabot/pip/pymdown-extensions... (diff) | |
parent | Merge branch 'main' into fix-verification-ssl (diff) |
Merge pull request #796 from python-discord/fix-verification-ssl
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/fix-ssl-certificate.md | 23 | ||||
-rw-r--r-- | pydis_site/static/images/content/fix-ssl-certificate/pem.png | bin | 0 -> 11619 bytes |
2 files changed, 23 insertions, 0 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/fix-ssl-certificate.md b/pydis_site/apps/content/resources/guides/python-guides/fix-ssl-certificate.md new file mode 100644 index 00000000..096e3a90 --- /dev/null +++ b/pydis_site/apps/content/resources/guides/python-guides/fix-ssl-certificate.md @@ -0,0 +1,23 @@ +--- +title: Fixing an SSL Certificate Verification Error +description: A guide on fixing verification of an SSL certificate. +--- + +We're fixing the error Python specifies as [ssl.SSLCertVerificationError](https://docs.python.org/3/library/ssl.html#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](https://crt.sh/?id=2835394). 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](https://portal.threatpulse.com/docs/sol/Solutions/ManagePolicy/SSL/ssl_chrome_cert_ta.htm) + +# 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. diff --git a/pydis_site/static/images/content/fix-ssl-certificate/pem.png b/pydis_site/static/images/content/fix-ssl-certificate/pem.png Binary files differnew file mode 100644 index 00000000..face520f --- /dev/null +++ b/pydis_site/static/images/content/fix-ssl-certificate/pem.png |