This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Behind company's proxy #32
Comments
Hi @GillesRonsin , |
Looks like I am experiencing similar issue. I have tried to pass proxy settings in many different way, but it looks like download is not using them. Am I missing something? or this project is just not working behind the proxy? |
to run this behind a proxy for the sonar system itself, and for my example via maven (tho you can extract the environment variables if you run another way) inside .m2/settings.xml profiles section
inside pom.xml
package.json export MAVEN_OPTS="-Dhttps.proxyHost=localhost -Dhttps.proxyPort=3128" |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Using release 2.0.1
I can not use behind company's proxy:
Downloading can not pass https://sonarsource.bintray.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-3.0.3.778-windows.zip request without proxy setting (seems you are using Download.js but no way to set proxy parameter)
I can not use SONAR_SCANNER_MIRROR : seems not implemented counter to documentation so I can not implement my own internal mirror
I can not update handly the all build agents I am using
What do you suggest ?
The text was updated successfully, but these errors were encountered: