[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2023-05-11 Thread Adrien Nader
There has been no activity on this bug for 7 years. Marc stated 1.0.2 connects successfully. Moreover, the last comments were about this occuring with 1.0.1f on 14.04 (8 years old). Lastly, the corresponding code seems to be gone. I'll mark this as Fix Released. ** Changed in: openssl (Ubuntu)

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2016-03-08 Thread interstar
I'm seeing this too. On 14.04 When I try to use Racket's package manager to download and install a new package. And when I try to make an https request from inside a Racket program I'm writing, using their standard net library. ssl-connect: connect failed (error:14077438:SSL

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2016-01-05 Thread Seth Arnold
** Changed in: openssl (Ubuntu) Status: Expired => Confirmed -- 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/1475228 Title: openssl/curl error:

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-12-21 Thread Daniel Hansson
I also experience this bug on Ubuntu Server 14.04.3. "Error: SSLError: [Errno 1] _ssl.c:510: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error" Kernel: 3.19.0-42 OpenSSL: 1.0.1f Will this be fixed in 14.04, or is there some way to fix this? -- You received this

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-11-05 Thread Launchpad Bug Tracker
[Expired for openssl (Ubuntu) because there has been no activity for 60 days.] ** Changed in: openssl (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu.

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-09-06 Thread Timmie
Same issue here when connecting to https://bootswatch.com via python- requests Linux Mint 17.2 Rafaela / Ubuntu 14.04 LTS dpkg -l openssl 1.0.1f-1ubuntu2.15 openssl s_client -ssl3 -connect bootswatch.com:443 shows: 140204664612512:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-08-04 Thread Felix Ruiz de Arcaute
output from dpkg -l tomcat7 7.0.52-1ubuntu0.3 -- 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/1475228 Title: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-07-31 Thread Marc Deslauriers
I suspect the server doesn't like the long list of curves 1.0.1 has, but the smaller list in 1.0.2 works. What's running on the server? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu.

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-07-31 Thread Marc Deslauriers
This is the commit that allows 1.0.2 to connect successfully: https://git.openssl.org/?p=openssl.git;a=commit;h=f4d1fb776955187a35c3ee36d4413871917c3138 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu.

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-07-31 Thread Marc Deslauriers
** Changed in: openssl (Ubuntu) Status: Confirmed = Incomplete -- 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/1475228 Title: openssl/curl error:

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-07-30 Thread Tyler Hicks
On second look, the command that failed on 14.04 is working fine on Wily: $ openssl s_client -connect ms.icometrix.com:443 -cipher ECDHE-RSA- AES256-SHA:AES128-SHA256:AES128-SHA:AES256-SHA256:AES256-SHA Opening this back up as it seems to be a bug in Ubuntu's openssl package. ** Changed in:

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-07-30 Thread Tyler Hicks
Hi Felix - Thanks for reporting this bug. After making a number of s_client connection attempts and using the ssllabs.com scanner, I believe that the askubuntu member is correct in that the server is mishandling the ECDH ciphers presented by s_client. As mentioned on askubuntu, this command

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-07-26 Thread thelastknowngod
If it helps, this is affecting me on Wheezy as well. $ cat /etc/debian_version 7.8 $ openssl version OpenSSL 1.0.1e 11 Feb 2013 $ openssl s_client -connect example.com:443 CONNECTED(0003) 140073850304168:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-07-16 Thread Felix Ruiz de Arcaute
** Information type changed from Private Security to Public Security -- 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/1475228 Title: openssl/curl error: