hi all,

I want to configure squid act as https client for me. Like:

Client(192.168.0.x)--> with self signed sll--> squid(192.168.0.y)--> INTERNET(https://www.example.com)

In this configuration, squid should talk to external https site and resolve ssl, then serve the header with a self-signed ssl to clients.

In progress, i have done this, but it works non-deterministically. For some https sites it works fine, but for some https sites does not... With an unsuccessful https proxing i get this error;

"2008/10/25 18:06:40| fwdNegotiateSSL: Error negotiating SSL connection on FD 15: error:00000000:lib(0):func(0):reason(0) (5/0/0)
"

My main squid conf as fallows:

"https_port 3228 cert=/etc/squid/cert.pem protocol=https vhost defaultsite=xxx.com
sslproxy_flags DONT_VERIFY_PEER
"

Any help will be appreciated. Thanks

Umut



Reply via email to