-
Notifications
You must be signed in to change notification settings - Fork 7
JRE ignores Win11 proxy settings. #171
Copy link
Copy link
Open
Labels
Description
Steps to Reproduce
- Clean Install of PDF-Over 4.4.7 on a Windows 11 machine
- Configure Proxy in Windows settings.
Expected Behavior
Our system configures proxy settings based on network connections. Previous versions of PDF-Over respected these configurations.
Current Behavior
Connection fails with getsockopt error when behind proxy.
Workaround
Changing bundled JREs conf/net.properties to include java.net.useSystemProxies=true restores expected behaviour.
Reactions are currently unavailable