cURL / Mailing Lists / curl-library / Single Mail

curl-library

(no subject)

From: john lask <johnlask_at_hotmail.com>
Date: Sat, 20 Oct 2001 15:52:22 +0000

could someone please explain what is going on here ...
I am trying to connect to a https site using curl from behind a firewall
(the results should be same regardles) - I believe that this could be a
limitation of the openssl library but I am not sure. I have checked the
packets using a sniffer what appears to be happening is that the server
responds back with a certificate as part of the handshaking protocol but the
ssl lib isn't recognising the response. Any insights would be appreciated.

please note I have removed proxy/user info from this log.

C:\tmp>curl -x xxx.xxx.xxx.xxx:8080 -U *****:******

https://www.makingmoneyhappen.commbank.com.au/ -v
* Establish HTTP proxy tunnel to www.makingmoneyhappen.commbank.com.au:443
>CONNECT www.makingmoneyhappen.commbank.com.au:443 HTTP/1.0
Proxy-authorization: Basic dnpiNjNiOnN1bW1lcjAw
User-Agent: curl/7.9 (win32) libcurl 7.9 (OpenSSL 0.9.6)

< HTTP/1.0 200 Connection established
< Proxy-agent: Not-telling/5.0
* Proxy replied to CONNECT request
* Your connection is using a weak random seed!
* Closing live connection (#0)
curl: (35) SSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol

C:\tmp>curl -x xxx.xxx.xxx.xxx:8080 -U *****:******

https://www.makingmoneyhappen.commbank.com.au/ -v -3
* Establish HTTP proxy tunnel to www.makingmoneyhappen.commbank.com.au:443
>CONNECT www.makingmoneyhappen.commbank.com.au:443 HTTP/1.0
Proxy-authorization: Basic dnpiNjNiOnN1bW1lcjAw
User-Agent: curl/7.9 (win32) libcurl 7.9 (OpenSSL 0.9.6)

< HTTP/1.0 200 Connection established
< Proxy-agent: Not-telling/5.0
* Proxy replied to CONNECT request
* Your connection is using a weak random seed!
* Closing live connection (#0)
curl: (35) SSL: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version
number

C:\tmp>curl -x xxx.xxx.xxx.xxx:8080 -U *****:******

https://www.makingmoneyhappen.commbank.com.au/ -v -2
* Establish HTTP proxy tunnel to www.makingmoneyhappen.commbank.com.au:443
>CONNECT www.makingmoneyhappen.commbank.com.au:443 HTTP/1.0
Proxy-authorization: Basic dnpiNjNiOnN1bW1lcjAw
User-Agent: curl/7.9 (win32) libcurl 7.9 (OpenSSL 0.9.6)

< HTTP/1.0 200 Connection established
< Proxy-agent: Not-telling/5.0
* Proxy replied to CONNECT request
* Your connection is using a weak random seed!
* Closing live connection (#0)
curl: (35) SSL: error:00000000:lib(0):func(0):reason(0)

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Received on 2001-10-21