-
Bug
-
Resolution: Not a bug
-
Low
-
None
-
3.11.0
Hi,
I'm looking to secure access to the internet via an authenticated proxy and would like to avoid username passwords within init strings.
https://confluence.atlassian.com/display/JIRAKB/How+to+Configure+an+Outbound+HTTP+and+HTTPS+Proxy+for+JIRA
describes a scenario where this may be possible, -Dhttp.auth.ntlm.domain=DOMAIN used in conjunction with -Dhttp.proxyAuth=ntlm,basic
Is this supported if I use the following on the Java service properties?
-Dhttp.proxyHost=proxy.example.org -Dhttp.proxyPort=8080 -Dhttps.proxyHost=proxy.example.org -Dhttps.proxyPort=8080 -Dhttp.nonProxyHosts=localhost
Thanks
Andrew
Workaround:
While the problem statement above is a known issue and Atlassian decided not to implement NTLM support for a few products, there is a workaround for that available on the documentation below: