[MacPorts] #55150: Pymol gives error on fetching from any https site

MacPorts noreply at macports.org
Wed Oct 25 12:42:01 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 raimue):

 It is bad practice not to verify SSL certificates. I don't know anything
 about pymol, so I also don't know how I could reproduce the issue. Exact
 commands that need to be entered to reproduce this problem would help.

 However, please verify first that urllib2 in python works correctly on
 your system. Does the command below also produce an error? If so, it is a
 problem with your installation of python27 in general and not specific to
 pymol.

 {{{
 $ python2.7 -c 'import urllib2; print
 urllib2.urlopen("https://example.org").read();'
 <!doctype html>
 <html>
 <head>
     <title>Example Domain</title>
 ...
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/55150#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list