- CheckMates
- :
- Products
- :
- Quantum
- :
- Remote Access VPN
- :
- Re: Proxy pac file error!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Proxy pac file error!
Hi,
Upon connection, the Windows vpn client E80.62 creates a wrong pac file
It generates its own pac file from my current one, but the result contain error and browsers (chrome, firefox) can't use it. So my internet is not working
I already posted to "old" forum, and then I found there is now a new forum... Sorry for the cross post.
Faulty statement is:
if ( isInNet(resolvedIP, "10.0.0.0", "255.255.0.0") ||
isInNet(resolvedIP, "43.193.248.0", "255.255.255.0") ||
isInNet(resolvedIP, "43.193.251.0", "255.255.255.0") ||
isInNet(resolvedIP, "43.217.64.0", "255.255.252.0") ||
isInNet(resolvedIP, "172.17.0.0", "255.255.0.0")
(resolvedIP== "127.0.0.1") ||
(host=="127.0.0.1") ||
(url=="127.0.0.1"))
return "DIRECT";
else
return CPSCFindProxyForURL(url, host);
Notice the missing "||" after isInNet(resolvedIP, "172.17.0.0", "255.255.0.0")
Any suggestion?
Thx!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recommend opening a ticket with our TAC on this one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In case that anyone stumbles upon this the following SK seems to be the cure: sk43705
Disabling proxy replacement in Endpoint Security VPN
https://www.linkedin.com/in/federicomeiners/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For me, this don't work any more. After latest updates, this don't help.
I made tests with 83.10 and 84.10 clients. No difference. Every time client makes VPN connection, PAC file is added to registry and EnableProxy disabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
same problem with 85.40
