Jump to content

Recommended Posts

Posted

OK so I'm having a senior moment. I'm trying to add a new internal site to my proxy.pac file using this formula and it's not working

 

if ( shExpMatch(url, "https://my.internal.site:1234/*"))

{

return "DIRECT";

}

 

and this isn't working either

 

if (dnsDomainIs(host, "my.internal.site"))

{

return "DIRECT";

}

 

Could someone tell me what ridiculously simple thing I've done wrong?

 

Cheers

Andrew

Posted

Thanks for your reply

 

I've changed the port number from 1234 back to standard 443 and it works fine so I'm guessing something is broken with port redirection in proxy.pac's at present.

 

Annoying but not a show stopper...

 

If anyone else knows if this does work can you let me know

Cheers

Andrwe

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...