[MacPorts] #55150: Pymol gives error on fetching from any https site
MacPorts
noreply at macports.org
Wed Oct 25 09:41:13 UTC 2017
#55150: Pymol gives error on fetching from any https site
----------------------------+-----------------------------------
Reporter: carlosfamilia | Owner: howarth.at.macports@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.4.2
Resolution: | Keywords:
Port: pymol |
----------------------------+-----------------------------------
Comment (by carlosfamilia):
Apparently it can be solved by running the following command on the first
time pymol is run:
{{{
PYTHONHTTPSVERIFY=0 pymol
}}}
Maybe this could be added to the information displayed after pymol
install.
Thomas also sugested to run the following command within pymol:
{{{
import ssl
ssl._https_verify_certificates(enable=False)
}}}
However the first command worked and from that point onwards pymol could
be called just by:
{{{
pymol
}}}
Without any problems with https.
--
Ticket URL: <https://trac.macports.org/ticket/55150#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list