Closed
Description
On MacOS 10.9.2 and Ubuntu 12.04 using RBenv installed Ruby 2.1.1, I can't connect via https to a specific host with HTTPClient - however both Curl and open-uri can.
c = HTTPClient.new
c.get("https://www.qbd.com.au/")
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: sslv3 alert handshake failure
Opening with either open-uri or the locally install Curl works fine, which I suspect means the local CA files are ok?
Metadata
Metadata
Assignees
Labels
No labels