-
Bug
-
Resolution: Duplicate
-
Medium (View bug fix roadmap)
-
None
-
DCON - 2.1.26
Here is the steps to reproduce the issue:
- Install JIRA with an outbound proxy which makes that the Internet connection only possible via proxy.
- Try to add a new github account to JIRA.
Expected behaviour:
The DVCS plugin should connect the proxy then let the proxy to forward the connection to https://github.com.
Current behaviour:
The DVCS plugin is trying to establish a connection directly to https://github.com which failed all the time.
- duplicates
-
JRASERVER-67487 JIRA doesn't handle http forward proxy authentication globally
-
- Gathering Impact
-
There is an easy configuration error that can be made when configuring HTTPS proxy settings for Java. The correct values are https.proxyHost and https.proxyPort
It is easy to miss the capitalisation of the second word. If you run into this issue please double check the capitalisation as this has fixed this issue for several customers.