[squid-users] Problem setting up accelerated proxy for multiple servers with HTTP and HTTPS support

2003-12-29 Thread Rafael Caceres
I'm trying to set up an accelerated proxy visible from the Internet, that proxies at least two internal web servers, which use HTTP and HTTPS. I have had success setting up the HTTP related configuration, but modifying it for both HTTP and HTTPS results in Squid refusing to start and quitting with

Re: [squid-users] Problem setting up accelerated proxy for multiple servers with HTTP and HTTPS support

2003-12-29 Thread Henrik Nordstrom
On 29 Dec 2003, Rafael Caceres wrote: > "Failed to aquire SSL certificate: error: 0200100E:system library:fopen: > Bad address" This is doe to an incorrect https_port specification. Regards Henrik

Re: [squid-users] Problem setting up accelerated proxy for multiple servers with HTTP and HTTPS support

2003-12-30 Thread Rafael Caceres
Henrik: On Tue, 2003-12-30 at 07:11, Henrik Nordstrom wrote: > On 29 Dec 2003, Rafael Caceres wrote: > > > "Failed to aquire SSL certificate: error: 0200100E:system library:fopen: > > Bad address" > > This is doe to an incorrect https_port specification. I used the following in /etc/squid.conf:

Re: [squid-users] Problem setting up accelerated proxy for multiple servers with HTTP and HTTPS support

2003-12-30 Thread Henrik Nordstrom
On 30 Dec 2003, Rafael Caceres wrote: > https_port 443 Please see the documentation for https_port. A SSL server MUST have a certificate (and key) Regards Henrik