Jump to content

Recommended Posts

Posted

Hi all, we have a bloxx filter here and it will not allow any https traffic through.

 

On first glance I can see that there is a wpad.dat file being used

 

function FindProxyForURL(url, host) { 

// If the requested website is hosted within the internal network, send direct. 
if (isPlainHostName(host) || 
   shExpMatch(host, "*.internal") || 
   isInNet(dnsResolve(host), "10.18.222.0", "255.255.240.0") || 
   isInNet(dnsResolve(host), "127.0.0.0", "255.255.255.0")) 
   return "DIRECT";

// DEFAULT RULE: All other traffic, use below proxies, in fail-over order. 
   return "PROXY proxy.zzzz.internal:3128";

 

there are authentication profiles as follows.

 

Default http interecept 3128 ssl intercept port 8080

intercepted traffic http intercept 80 ssl intercept port 443

 

Is there supposed to be an extra line in the wpad.dat to point towards the ssl port or does the ssl interecept port need changing.

 

Paul

Posted

Hi Paul,

 

You'll need some changes so that the SSL traffic points to the SSLI port. I can have one of our engineers give you a call to run through with you if you like? Just PM me your details and I'll raise a support call for you.

 

Cheers,

Grant

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...