Opened 12 years ago

Last modified 8 years ago

#36525 closed defect

Problem with connecting to https hosts. — at Version 2

Reported by: Themanwithoutaplan Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: openssl

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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.

Change History (2)

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to mww@…

In the future, please use WikiFormatting and Cc the port maintainer(s).

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.