[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2016-12-09 Thread FOURNIER Franck
** Also affects: python-apns-client (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861137 Title: Openssl TLS errors while connecting to SSLv3 site

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2015-07-16 Thread Felix Ruiz de Arcaute
Hi patrick, we have exactly the same problem. Disabling SSL and everything related to openssl just fails (and requests) Nevertheless you told about this problem only occurring with TLS versions other than 1.2, so I disabled all other TLS versions server side, but the problem remains . I checke

Re: [Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2015-05-13 Thread Patrick Helmig
Hi Seth, thank you for the quick reply. Actually the bug occurs with TLSv1 (not 1.2 apparently) and SSLv3. with pythons 2.7.9's ssl module it works for example since it tries tls1.2 by default. I will add this information later I just found it out since I needed a quick solution for a production

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2015-05-13 Thread Seth Arnold
Patrick, I suggest filing a new bug; this bug is about TLS errors while connecting to SSLv3 sites, but the site you listed specifically does not support SSLv3: https://www.ssllabs.com/ssltest/analyze.html?d=auslandsjahr%2dusa.com&s=104.28.16.100&latest Thanks -- You received this bug notificatio

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2015-05-13 Thread Patrick Helmig
Hi, this Bug is unfortunately still active. Here is how to reproduce it: $ curl https://auslandsjahr-usa.com --sslv3 $ curl --version curl 7.35.0 (x86_64-pc-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2014-02-16 Thread Matias Pecchia
I checked all again and unfortunatrly I find the bug again. In my scenario the server es a Tomcat webserver. I changed the server's configuration, changing the ciphers options: ciphers="SSL_RSA_WITH_RC4_128_SHA" http://georgik.sinusgear.com/2012/02/19/tomcat-7-and-curl-ssl23_get_server_hellotls

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2014-02-16 Thread Matias Pecchia
I cannot deploy the bug with updated ubuntu 12.04 ii openssl 1.0.1-4ubuntu5.11 ii curl 7.22.0-3ubuntu4.7 curl 7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 lib

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2013-07-09 Thread Marc Deslauriers
Yes, that's the openssl version that gained TLSv1.1 support, which is causing the remote server to close the connection. Passing -3 forces openssl to use SSLv3 instead of TLSv1.1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2013-07-09 Thread Aaron Schif
I have been able to fix this with the `-3` tag. The culprit appears to be OpenSSLv1.0+ This bug does not affect: $ curl --version curl 7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15 $ lsb_release -d Description:Ubuntu 10.04.3 LTS $ curl $URL !connection! $

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2013-07-09 Thread Marc Deslauriers
The issue is actually with certain SSLv3 servers that don't understand the TLSv1.1 handshake and are closing the connection. This unfortunately can't be fixed on the client without disabling TLSv1.1, or forcing an SSLv3 connection. -- You received this bug notification because you are a member of

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2013-07-09 Thread Bradford Hovinen
I can confirm that this bug is still present on Ubuntu 13.04. Is there any news on when this will be fixed? Right now it is causing enormous problems for us, to the point that we may have to ditch Ubuntu altogether if it is not fixed! -- You received this bug notification because you are a member

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-11-02 Thread Jeremiah Snapp
I just found that instead of restricting the available ciphers on the Tomcat server as per comment #6 I am also able to workaround the problem by just restricting the available ciphers that the Apache proxy uses by adding "SSLProxyCipherSuite RC4-SHA" to my Apache VirtualHost config. This makes mor

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-11-02 Thread Jeremiah Snapp
I have the same problem. My 10.04 Apache server reverse proxied my Tomcat 6.0.24 OpenJDK server just fine. I just swapped out the 10.04 Apache server with a 12.04 Apache server and the proxy failed until I used the solution mentioned in comment #6. -- You received this bug notification because

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-10-14 Thread Rex Tsai
** Tags added: oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861137 Title: Openssl TLS errors while connecting to SSLv3 sites To manage notifications about this bug go to: https://bugs.laun

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-10-11 Thread Yurx Cherio
Same problem here. Same on 12.04 when trying to wget from Tomcat 7 (OpenJDK7) using https. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861137 Title: Openssl TLS errors while connecting to SSLv3 si

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-05-22 Thread Pienz
I got the same problem here: running a tomcat under ubuntu 10.4 and no problem connecting with it from different servers a new installed server with ubuntu 12.4 isn't able to wget something from the tomcat (only with --secure-protocol=sslv3) tomcat runs with openJDK looking forward ;) -- You

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-05-14 Thread Sebastian Peters
reproducible with "curl https://mds.datacite.org";. ** Changed in: openssl (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861137 Title: Openssl TLS er

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-05-13 Thread Max Bowsher
The reproduction method given my graingert in comment #9 works successfully for me now on 12.04, and no-one else has mentioned any specific servers which exhibited the problem. Therefore changing bug status to 'Incomplete' as it is impossible to investigate at present. ** Changed in: openssl (Ubu

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-04-19 Thread ivant
I'm with 64bit Ubuntu 12.04 and the problem is still present. I need to debug a locally running tomcat and thankfully the workaround from comment #6 worked for me too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-03-29 Thread graingert
ubuntu 12.04 I don't get this issue in wget, curl or openssl But I do get this issue in python import requests requests.post("https://browserid.org/verify";, data={}) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 8

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-02-27 Thread Nagi
OS : 11.10 oneiric Server Side is : Jboss 5 > openssl version OpenSSL 1.0.0e 6 Sep 2011 > curl --version curl 7.21.6 (i686-pc-linux-gnu) libcurl/7.21.6 OpenSSL/1.0.0e zlib/1.2.3.4 libidn/1.22 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2012-01-03 Thread sokai
Hi! Can someone please fix it!? - Because perl's LWP is affected I can't use listadmin anymore. :( Also the workaround $ua->ssl_opts(verify_hostnames => 0); doesn't work. Please...! - And thanks! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2011-11-21 Thread Paul Harvey
Using the advice here: http://blog.techstacks.com/2008/09/securing-ssl- in-tomcat-part-two.html - in other words, constraining the ciphers allowed in my tomcat server's SSL connector definition, made the problem go away. curl now works on the openssl 1.0.0 clients without -3 the attached perl scr

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2011-11-21 Thread Paul Harvey
curl & perl LWP::UserAgent are working fine on an Ubuntu 10.04.3 LTS server, which seems to have openssl 0.9.8k -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861137 Title: Openssl TLS errors while c

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2011-11-21 Thread Paul Harvey
Also fails on Debian wheezy with openssl 1.0.0e-2.1 Interestingly it's failing with only one of our back-end webservices, which runs tomcat 6.0.24 wget works without any extra options curl works if I supply -3 -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2011-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openssl (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861137 Title: Ope

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2011-10-26 Thread Sebastian Peters
perl's LWP with Crypt::SSLeay is also affected: LWP::Protocol::https::Socket: SSL connect attempt failed with unknown errorerror:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error at /usr/share/perl5/LWP/Protocol/http.pm line 51. It worked before upgrading to Oneiric. -- Yo

[Bug 861137] Re: Openssl TLS errors while connecting to SSLv3 sites

2011-09-27 Thread Mahendra
Tested python SOAPpy to use this to connect to WSDL servers. The same error appears. p = SOAPpy.WSDL.Proxy( 'https://localhost:8443/ejbca/ejbcaws/ejbcaws?wsdl', config=c) [Errno socket error] [Errno 1] _ssl.c:503: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error htt