you can create a rules example: acl ssl port 443 563 # SSL regards Gerald
-----Message d'origine----- De : Rafael Caceres [mailto:[EMAIL PROTECTED] Envoy� : lundi 29 d�cembre 2003 14:34 � : [EMAIL PROTECTED] Objet : Problem setting up accelerated proxy for multiple servers with HTTP and HTTPS support 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
