Re: https_port without SSL context?

2007-11-07 Thread Alex Rousskov
On Thu, 2007-11-08 at 14:04 +1300, Amos Jeffries wrote: > > > > Switched to soft warning mode to avoid aborting only because one is > > adding a new https_port and have trouble getting the certificates right. > > There is too many opportunities for error when setting up the > > certificates, and h

Re: https_port without SSL context?

2007-11-07 Thread Amos Jeffries
> On tis, 2007-11-06 at 13:28 -0700, Alex Rousskov wrote: > >> As you can see, a warning is printed but there are no consequences. That >> is, Squid will still listen on the specified port although it probably >> would not be able to do anything useful there without a valid SSL >> context. > > it's

Re: https_port without SSL context?

2007-11-07 Thread Henrik Nordstrom
On tis, 2007-11-06 at 13:28 -0700, Alex Rousskov wrote: > As you can see, a warning is printed but there are no consequences. That > is, Squid will still listen on the specified port although it probably > would not be able to do anything useful there without a valid SSL > context. it's meant to

https_port without SSL context?

2007-11-06 Thread Alex Rousskov
Hello, I am puzzled by the following if-statement in client_side.cc code that starts listening for connections on https_port(s): > if (s->sslContext == NULL) { > debugs(1, 1, "Can not accept HTTPS connections at " << >inet_ntoa(s->http.s.sin_addr) << ", port " << >(int