cURL / Mailing Lists / curl-users / Single Mail

curl-users

HTTPS issue

From: Harry D Brown Jr <hbrown_at_paychex.com>
Date: Tue, 02 May 2000 07:22:14 -0400

What does the following error message mean?

[root]# /usr/local/bin/curl -v -i -U username:passwd -x http://proxyfirewall:80
https://online.server.com
> CONNECT online.server.com:443 HTTP/1.0
Proxy-authorization: Basic aGJyb3duOnN5TWIwbHo=
User-Agent: curl/6.5.2 (i586-pc-linux-gnu) libcurl 6.5.2 (SSL 0.9.5)

< HTTP/1.0 200 Connection established
< Proxy-agent: Raptor-Eagle/4.0
<
* Proxy has replied to CONNECT request
curl: (35) SSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

[root]#

From my Linux server (Redhat 6.1), I connect through a firewall (raptor) to an HP
Virtual Vault (https server) and I receive the above error. I have openssl-0.9.5a
installed and curl 6.5.2. I don't have a problem with any non-https site, and here
is another example:

[root]# /usr/local/bin/curl -v -i -U username:passwd -x http://proxyfirewall:80
https://onlinebanking.mandtbank.com/
> CONNECT onlinebanking.mandtbank.com:443 HTTP/1.0
Proxy-authorization: Basic aGJyb3duOnN5TWIwbHo=
User-Agent: curl/6.5.2 (i586-pc-linux-gnu) libcurl 6.5.2 (SSL 0.9.5)

< HTTP/1.0 200 Connection established
< Proxy-agent: Raptor-Eagle/4.0
<
* Proxy has replied to CONNECT request
curl: (35) SSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

[root]#

Thanks,

hdb
Received on 2000-05-02