Activity log for bug #595415

Date Who What changed Old value New value Message
2010-06-17 09:01:23 Chris May bug added bug
2010-11-21 22:23:56 Andreas Olsson curl (Ubuntu): status New Incomplete
2010-11-25 19:25:09 Andreas Olsson bug task added openssl (Ubuntu)
2010-11-25 19:25:28 Andreas Olsson openssl (Ubuntu): status New Incomplete
2010-11-25 19:25:32 Andreas Olsson bug added subscriber Andreas Olsson
2010-11-25 19:25:58 Andreas Olsson summary Curl fails to open some https URLs with "illegal parameter" error Curl (openssl) fails to open some https URLs with "illegal parameter" error
2011-01-23 08:34:05 Ralf Hildebrandt description Binary package hint: curl Some HTTPS urls cause curl to fail with an "illegal parameter" error. This error goes away if you manually specify "--sslv3" e.g. $ curl --version curl 7.19.7 (x86_64-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15 Protocols: tftp ftp telnet dict ldap ldaps http file https ftps Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz $ curl https://www.orange.sk/ curl: (35) error:14077417:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert illegal parameter $ curl --sslv3 https://www.orange.sk/ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sk" lang="sk"> ...etc This is particularly problematic if using an application which uses libcurl, but does not allow setting of the --sslv3 flag, e.g. nagios's check_http utility. This redhat bug https://bugzilla.redhat.com/show_bug.cgi?id=525496 appears to describe the same problem, and has a patch Binary package hint: curl Some HTTPS urls cause curl to fail with an "illegal parameter" error. This error goes away if you manually specify "--sslv3" e.g. $ curl --version curl 7.19.7 (x86_64-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15 Protocols: tftp ftp telnet dict ldap ldaps http file https ftps Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz $ curl https://www.orange.sk/ curl: (35) error:14077417:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert illegal parameter $ curl --sslv3 https://www.orange.sk/ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sk" lang="sk"> ...etc This is particularly problematic if using an application which uses libcurl, but does not allow setting of the --sslv3 flag, e.g. nagios's check_http utility. This redhat bug https://bugzilla.redhat.com/show_bug.cgi?id=525496 appears to describe the same problem, and has a patch
2011-01-23 08:36:11 Ralf Hildebrandt openssl (Ubuntu): status Incomplete Confirmed
2012-03-14 07:56:44 Stefan Kriwanek (Divan) bug added subscriber Stefan Kriwanek
2013-10-22 08:16:37 Mika Fischer removed subscriber Mika Fischer
2023-05-11 15:52:08 Adrien Nader openssl (Ubuntu): status Confirmed Fix Released