I recently had a timeout issue with a service provider we connect to
over HTTPS.  I found downgrading to OpenSSL 1.0.0 solved the problem.
I'm not sure how to determine if it's a bug, an Arch Linux package
issue, or a problem with the service providers server?

I tested using Python and Ruby (multiple versions):

With OpenSSL 1.0.1-1 under Arch Linux, this times out:

python
>>> import requests
>>> r = requests.get('https://esqa.moneris.com', timeout=5)

With OpenSSL 1.0.0 under Arch Linux, it works.

OpenSSL 1.0.1 does work however connecting to other HTTPS servers such
as Google, and Thawte's test server.

My original post on ruby-forum:
http://www.ruby-forum.com/topic/3944461#new
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to