question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SBT ingores the HTTP_PROXY or HTTPS_PROXY on win7

See original GitHub issue

SBT 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:closed
  • Created 9 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
alelkcommented, Feb 7, 2018

+1

0reactions
eed3si9ncommented, Aug 10, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found