mån 2010-02-22 klockan 16:32 -0600 skrev Andres Salazar: > Thank you guys. > > Iam now bumping the SSL CONNECT requests. > > The only problem is that iam getting various errors like this on the cache.log. > > 2010/02/22 17:27:40| clientNegotiateSSL: Error negotiating SSL > connection on FD 8: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 > alert unknown ca (1/0) That's clients rejecting the certificate presented by the proxy as they don't know (or trust) the issuing CA. For SSLBump to work the way intended you need to install a custom CA in the browsers trusted CA store. Regards Henrik