[Rabbit-proxy-development] 060404: BUG REPORT - Rabbit pre-3.1 error messages - incorrect handling o
Brought to you by:
ernimril
|
From: Matej M. <rab...@ma...> - 2006-04-04 12:48:51
|
* 060404: BUG REPORT - Rabbit pre-3.1 error messages - incorrect
handling of user authorisation for SSL connections
I think the Rabbit performs incorrect handshake over SSL when combined
with user authentification.
An example:
curl -o t.txt -w "HTTP_CODE: %{http_code}" -k --proxy proxy:port
--proxy-user "user:pass" https://updates.mozilla.org
HTTP_CODE: 000curl: (35) error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol
I get the following line in access.log:
172.16.33.70 - - 04/apr/2006:12:39:11 GMT "CONNECT
updates.mozilla.org:443 HTTP/1.0" 200 -
And the following line in the error.log:
[04/apr/2006:12:44:33 GMT][WARN][Tunnel: failed to handle:
java.io.IOException: An existing connection was forcibly closed by the
remote host]
Without Rabbit3 in between I'll get the following HTTP CODE: 301
To file a complete report: If i open the same page over the HTTP address
I'll get no message in the error.log and with the following line in the
access.log:
172.16.33.70 - user 04/apr/2006:12:43:59 GMT "GET
http://updates.mozilla.org HTTP/1.1" 200 -
|