Hey! Had the same issue last week. Turns out, some programs don’t respect system-wide proxy server settings in program—you gotta set it manually in the app’s config.
Check if there’s a `settings.json` or `preferences.ini` file in the program’s install folder. Sometimes the proxy server settings in program are buried there.
Also, try Fiddler (free tool) to debug if the requests are even going out. Helped me big time!
Check if there’s a `settings.json` or `preferences.ini` file in the program’s install folder. Sometimes the proxy server settings in program are buried there.
Also, try Fiddler (free tool) to debug if the requests are even going out. Helped me big time!
