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 the message: "Failed to aquire SSL certificate: error: 0200100E:system library:fopen: Bad address" .. "Process 12334 exited due to signal 6" This is under RH9, using the squid-2.5.STABLE1-2.i386.rpm. The configuration file is: --------------------------------------------- http_port 80 #Commenting the following line results in Squid starting with HTTP #support hppts_port 443 ssl_unclean_shutdown on icp_port 0 . . . redirect_rewrites_host_header off httpd_accel_port 0 httpd_accel_host virtual httpd_accel_single_host off httpd_accel_with_proxy off httpd_accel_uses_host_header on --------------------------------------------- Any help will be much appreciated. Rafael
