Curl (openssl) fails to open some https URLs with "illegal parameter" error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
curl (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned | ||
openssl (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug 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-
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
$ curl https:/
curl: (35) error:14077417:SSL routines:
$ curl --sslv3 https:/
<html xmlns="http://
...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:/
I assume the curl 7.19.17 in question is the curl 7.19.7-1ubuntu1 available in Ubuntu 10.04?
I can't seem to reproduce this error against orange.sk. Possibly due/thanks to a server side change on their part?
Are you experiencing this issue against any other sites?