SBT ingores the HTTP_PROXY or HTTPS_PROXY on win7
See original GitHub issueSBT seems to ignore the HTTP_PROXY
or HTTPS_PROXY
on Windows 7.
and -Dhttp.proxyHost=host -Dhttp.proxyPort=8080
too (if done in sbt.bat)
so it’s not working behind proxies.
Issue Analytics
- State:
- Created 9 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
How to use sbt from behind proxy - in windows 7?
Try setting https proxy variables: https.proxyHost; https.proxyPort. I guess you could try the same values as for http proxy.
Read more >sbt Reference Manual — Proxy Repositories
This setting is used to specify that all sbt project added resolvers should be ignored in favor of those configured in the repositories...
Read more >HTTP proxy configuration on Windows 7 | Perfect Privacy
This manual shows how to configure your Browser to use a Perfect Privacy HTTP Proxy in Windows 7. The manual is also available...
Read more >Problem with proxy settings for SBT - Cloudera Community
I am trying to use Scala/Spark from IntelliJ in Windows 7, but it IntelliJ (and SBT command line) fails to download files.
Read more >How the Windows Update client determines which proxy ...
Microsoft Windows HTTP Services, BITS and DO run independently of Microsoft Internet Explorer. Both these services must be able to detect the proxy...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
+1
As far as I know sbt 0.13 does respect the HTTP_PROXY, and sbt 1 works for HTTP only, which is tracked by https://github.com/sbt/sbt/issues/4307, so I am closing this issue for now.