[squid-users] Does anyone know how to make SSL bump work?

From: Treker Chen <treker.chen_at_gmail.com>
Date: Thu, 29 May 2008 11:26:58 +0800

Dear all

I downloaded squid-3.HEAD-20080528, compiled it with --enable-ssl
--enable-icap-client. and configured squid.conf with SSL bump with the
following setting

http_port 3128 sslBump cert=/usr/local/squid/etc/apache.crt
key=/usr/local/squid/etc/apache.pem
ssl_bump allow all
acl TrustedName url_regex ^https://weserve.badcerts.com/
acl BogusError ssl_error SQUID_X509_V_ERR_DOMAIN_MISMATCH
sslproxy_cert_error allow TrustedName
sslproxy_cert_error allow BogusError
sslproxy_cert_error deny all

I can access internet with squid for http without problem, but when i
tried to access https site.
The browser shows "Unable to forward this request at this time"
and the cache.log shows
2008/05/28 14:04:49| Failed to select source for 'https://ebank.bot.com.tw/'

Does anyone know how to fix this?

Regards
Treker
Received on Thu May 29 2008 - 03:27:02 MDT

This archive was generated by hypermail 2.2.0 : Tue Aug 05 2008 - 01:05:14 MDT