[MacPorts] #33715: openssl 1.0.1 breaks multiple ports

MacPorts noreply at macports.org
Fri Apr 6 15:35:25 PDT 2012


#33715: openssl 1.0.1 breaks multiple ports
-----------------------------------+----------------------------------------
  Reporter:  pixilla@…             |       Owner:  macports-tickets@…                   
      Type:  defect                |      Status:  closed                               
  Priority:  High                  |   Milestone:                                       
 Component:  ports                 |     Version:  2.0.4                                
Resolution:  worksforme            |    Keywords:                                       
      Port:  openssl               |  
-----------------------------------+----------------------------------------

Comment(by alex@…):

 The reason of the issue is that new openssl doesn't automatically detect
 SSL version. In your example you can explicitly specify that you wan't to
 use SSL3:
 $ curl -14k --sslv3 https://api-aa-3t.paypal.com/2.0/
 Replying to [comment:3 ryandesign@…]:
 > I'm not familiar with the option "-14k" but I get:
 >
 > {{{
 > $ curl -14k https://api-aa-3t.paypal.com/2.0
 > curl: (35) Unknown SSL protocol error in connection to api-aa-
 3t.paypal.com:443
 > }}}
 >
 > Or trying verbosely without that option:
 >
 > {{{
 > $ time curl -v https://api-aa-3t.paypal.com/2.0
 > * About to connect() to api-aa-3t.paypal.com port 443 (#0)
 > *   Trying 66.211.168.195...
 > * connected
 > * Connected to api-aa-3t.paypal.com (66.211.168.195) port 443 (#0)
 > * successfully set certificate verify locations:
 > *   CAfile: /opt/local/share/curl/curl-ca-bundle.crt
 >   CApath: none
 > * SSLv3, TLS handshake, Client hello (1):
 > * Unknown SSL protocol error in connection to api-aa-3t.paypal.com:443
 > * Closing connection #0
 > curl: (35) Unknown SSL protocol error in connection to api-aa-
 3t.paypal.com:443
 >
 > real  1m0.175s
 > user  0m0.048s
 > sys   0m0.021s
 > }}}
 >
 > Is that what you're seeing as well? If so, I doubt it's a MacPorts-
 specific problem, since all we did was update the openssl port to version
 1.0.1. Have you reported the problem to the developers of openssl / curl /
 paypal? (I'm not sure which is at fault.)
 >
 > Trying to connect to https://trac.macports.org/ instead works fine.

-- 
Ticket URL: <https://trac.macports.org/ticket/33715#comment:26>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list