Tagged Questions
2
votes
1answer
113 views
Can I manage TLS version negotiation of OpenSSL 1.0+ by ENV variable or config? Want force exactly TLSv1
Can I force SSLv3 or TLSv1 for any program using OpenSSL by setting ENV variable or openssl.cnf config file? I found that my OpenSSL 1.0.1c version start negotiating TLSv1.2 at the 1st and that makes ...
2
votes
1answer
898 views
SSL_connect error when accessing Shopify API with rubygem
I'm having trouble accessing the Shopify API using the shopify_api gem.
Here's what happens:
>> require "shopify_api" #=> false
>> ShopifyAPI::Base.site = ...
7
votes
4answers
483 views
Shopify + Ubuntu 12.04LTS + Faraday issue = OK to use older OpenSSL?
I'm using Ubuntu 12.04LTS Desktop to develop a Shopify App (using the shopify_app gem), and I ran into this problem when processing the callback URL.
Faraday::Error::ConnectionFailed (Connection ...