Thanks for your reply.
I used a PAC file with the following, it appears to be "HTTPS" instead of
"PROXY" to use:
function FindProxyForURL(url, host)
{
return "HTTPS https://mysquid.com:443/";;
}
But now when I navigate to any website (http or https), I receive a "This
connexion is not secured" m
Hi everyone,
I've been trying to create a simple encrypted connexion in between a browser
(that support https proxy connexion, I use Firefox 33 to do my test because
it's supose to support it:
https://bugzilla.mozilla.org/show_bug.cgi?id=378637) and my squid located
ona remote server.
I don't wan