-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proxy.pac: isInNet() & isResolvable() not working properly #210
Comments
Fixed in branch v091. Please see if you can test the changes. Only file to change is pac.py - change it in your existing install of Px and see if the issue goes away. Thanks in advance! |
Works! Thank you. However it is complaining about "keyring.util.properties". Did I miss something at install? I am using gnome-keyring. log
|
The I'm wondering about this though:
|
I uninstalled ATM i cannot reproduce the error message. |
Thanks for verifying! |
After 3 days of daily use, i cannot reproduce the error message. You can close this Issue once 9.1 is released. |
v0.9.1 has been released. |
Hi everyone!
We are using isInNet() to evaluate if a client is connect to our corporate network. Similar to this:
I also tested:
and
Note: "server01.internal" can only be resolved internally
While there may be other ways to accomplish this, i am not able to change this due to internal reasons.
Unfortunately px doesn't support this type of expression and simply crashes. I am not an expert ins writing code. But this issue seems to be similar to #164
I guess it is it's failing to resolve the host and crashes instead of returning false and continuing the .pac-file?
Could #170 solve this issue?
I used
firefox
andapt
for testing. Strangely enough, this works fine when usingcurl
tho.Can anyone help?
Configuration:
Logfile:
The text was updated successfully, but these errors were encountered: