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

2023-05-11 Thread Nick Rosbrook
** Changed in: openssl (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/861137 Title: Openssl TLS errors while connecting to S

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

2023-05-11 Thread Adrien Nader
This ticket will be WONTFIX because SSL3 is not supported anymore (and it's now known that supporting SSL2, SSL3 and TLS1.x at the same time with the same code was a mistake, which makes issues like this one not surprising). -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [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 Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/861137 Title: Openssl TLS errors wh

[Touch-packages] [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: [Touch-packages] [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

[Touch-packages] [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

[Touch-packages] [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