You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get the tool to run behind a proxy. I've installed it via brew and all other terminal commands such as curl and ping work in my environment. Does it not support environment variables such as HTTP_PROXY?
The text was updated successfully, but these errors were encountered:
@mudkiplex Hi,
Could you please try setting your proxy in macOS's system preference?
I have not tried it yet, but I am guessing you can specify a proxy via system preference.
Because LicensePlist uses APIKit, APIKit uses apple's URLSession class, and the URLSession API refers to the system preference for the proxy setting.
The URLSession class natively supports the data, file, ftp, http, and https URL schemes, with transparent support for proxy servers and SOCKS gateways, as configured in the user's system preferences. https://developer.apple.com/documentation/foundation/urlsession
I can't get the tool to run behind a proxy. I've installed it via brew and all other terminal commands such as curl and ping work in my environment. Does it not support environment variables such as HTTP_PROXY?
The text was updated successfully, but these errors were encountered: