Tagged Questions
2
votes
1answer
334 views
Ruby OpenSSL::SSL::SSLError on Ubuntu 12.04.1 / Ruby 1.9.3p0
This is a pretty long story... but it basically boils down to the same issue that everyone else seems to have had, except I can't seem to resolve it.
I am using EC2 ami-3d4ff254 which is Ubuntu ...
1
vote
0answers
141 views
.Net 2.0/3.5 application could not connect to web service on Ubuntu 12.04 that force connection to TLS 1.1
I have client application written and complied in c# 2.0 successful referenced and call to my web service on local development server, using Ubuntu 12.04 and Mono but never do update. Calling to Url ...
0
votes
1answer
179 views
OpenSSL error with RVM rubies on Ubuntu 12.04
I'm having persistent issues with OpenSSL on my Ubuntu 12.04 machine. I'm using RVM, and I've tried the official solutions, to no avail.
Requests made to some hosts fail (for instance, bitbucket.org) ...
0
votes
1answer
402 views
How can I be sure that libssl-dev includes headers from libssl 0.9.8 instead of libssl 1.0?
I'm migrating a development environment from Ubuntu 10.04 to Ubuntu 12.04. An issue is that lib openssl has been upgraded from version 0.9.8 to 1.xxx.
I got a lot of useful tips from other questions ...
0
votes
1answer
191 views
Segmentation fault creating project in Rails, Ubuntu 12.04
I did a fresh install of Ubuntu 12.04 Server to set up a Ruby on Rails development environment. I followed this guide to install it ...
3
votes
2answers
2k views
OpenSSL trouble with Ruby 1.9.3
I am having a semi-serious problem with OpenSSL 1.0.1 + Ruby 1.9.3 on Ubuntu 12.04.
All rubies are installed with rvm
require 'uri'
require 'net/http'
require 'net/https'
endpoint = ...
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 ...
1
vote
1answer
488 views
Google App Engine SDK urlfetch workaround for openssl bug in Ubuntu 12.04
Ubuntu 12.04 has an open bug regarding openssl. If you try to connect to a host that does not support TLS 1.2 (for example Evernote), you get "EOF occurred in violation of protocol".
See ...
2
votes
1answer
471 views
Disabling TLS 1.1 in node.js?
I am currently experiencing a known problem with OpenSSL on Ubuntu 12.04. This problem is already fixed in Debian and I'm expecting it to be fixed soon in Ubuntu too. However, in the mean time I would ...