[issue29480] Mac OSX Installer SSL Roots

Raymond Hettinger report at bugs.python.org
Fri Feb 16 00:07:52 EST 2018


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

> I would like to suggest that the OSX installer automatically run "Install Certificates.command", or display a prompt to users saying "Run Now" during installation.

+1 This would be really helpful.  I occasionally get entire rooms full of Mac users with a fresh install of Python 3.6 who immediately get stuck with something as simple as:

   urllib.request.urlopen('http://www.python.org').read()

The error messages that pop up are decidedly unhelpful.  This is especially mystifying because the original request uses "http" and the site itself redirects to "https".

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29480>
_______________________________________


More information about the Python-bugs-list mailing list