-
Notifications
You must be signed in to change notification settings - Fork 329
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
Doesn't work with a proxy #495
Comments
Hi, what type of proxy do you try to use? We are simply using Unity's web request classes that should respect your system proxy settings. Also things like the |
I receive the following error when trying to use the plugin through the proxy here at work. I have the http_proxy and https_proxy environment variables set and they work with the unity package manager. The proxy here requires a user and pw to bypass it. ex. http://username:[email protected]:8080 On some packages when I hit install nothing happens while on others I get this error message. Unable to install package DotNetCross.Memory.Unsafe 0.3.1 |
* addresses proxy connection issue GlitchEnzo#495
I can't get this plugin to work behind a proxy. I've tried changing the config files to use the proxy but it doesn't seem to make a difference. Visual Studio has a popup that lets you enter username and password to bypass the proxy.
The text was updated successfully, but these errors were encountered: