Re: bug in HTTPS Request?

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Mon, 3 Mar 2003 10:57:15 +0100

On Monday 03 March 2003 12.58, atit_ldce wrote:
> in sslStart function (which is called for handling https request
> forwarding. am i correct?) value for request->protocol must be
> PROTO_HTTPS but it is 0 means PROTO_NONE
> is there any bug?

???

sslStart does not even look at the request->protocol field..

sslStart is handled in forwarding of CONNECT requests. This may or may
not be a https:// request in the browser, Squid does not know.

> while making peer selection does squid send any request to origin
> server
>
> how it take into consideration the origin server while making peer
> selection?

If you have enabled ICMP source pinging then the reachability and
distance of the origin server is probed with ICMP ECHO requests.

Normally the origin server is considered for use after the ICP peers
but before non-ICP peers (prefer_direct on) or after all peers
(prefer_direct off). See peerSelectFoo().

Regards
Henrik
Received on Mon Mar 03 2003 - 02:55:14 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:23 MST