Python Forum
SSL Root Certificates? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: SSL Root Certificates? (/thread-20083.html)



SSL Root Certificates? - Mallows - Jul-26-2019

I just installed python 3.7.4 for Mac OS X and it's asking me if I want to download a SSL Root Certificate. It doesn't seem to be required so I'm not sure what the benefit of downloading it is.

Here's the text exactly,
"One more thing: to verify the identity of secure network connections, this Python needs a set of SSL root certificates. You can download and install a current curated set from the Certifi project by double-clicking on the Install Certificates icon in the Finder window. See the ReadMe file for more information."

I'm new to programming and I have no idea what any of this means. Should I install it an why?


RE: SSL Root Certificates? - metulburr - Jul-26-2019

If your downloaidng python from https://www.python.org/, then you dont need it.


RE: SSL Root Certificates? - Mallows - Jul-26-2019

(Jul-26-2019, 07:43 PM)metulburr Wrote: If your downloaidng python from https://www.python.org/, then you dont need it.

Why does it matter where I downloaded it from? I downloaded the installer from python.org anyway. It still asked me.