#36525: Problem with connecting to https hosts. ------------------------------+------------------- Reporter: charlie.clark@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: openssl | ------------------------------+------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => mww@… Old description:
This problem actually hit me in Curl so it took a while and some help figuring it out.
openssl s_client -connect ws.webtrends.com:443
Never gets beyond the initial connection:
""" CONNECTED(00000003)
write:errno=54
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 322 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE create a new version of this paste RAW Paste Data """
I've tried the same version of openssl (1.0.1c) on BSD with no problems and also the bundled version which also works fine.
The write error made me think that it might be a permissions problem but I get the same error and timeout when run as sudo.
New description: This problem actually hit me in Curl so it took a while and some help figuring it out. {{{ openssl s_client -connect ws.webtrends.com:443 }}} Never gets beyond the initial connection: """ {{{ CONNECTED(00000003) write:errno=54 --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 0 bytes and written 322 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE create a new version of this paste RAW Paste Data """ }}} I've tried the same version of openssl (1.0.1c) on BSD with no problems and also the bundled version which also works fine. The write error made me think that it might be a permissions problem but I get the same error and timeout when run as sudo. -- Comment: In the future, please use WikiFormatting and Cc the port maintainer(s). -- Ticket URL: <https://trac.macports.org/ticket/36525#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS