Raviteja Lokineni
Raviteja Lokineni
+1 :+1: BTW how should we add comments(now in the present version) in the diff view? Any documentation?
Sorry and thanks for reminding. The reason is, I would not want to open my request in gerrit again. My issue was, I wanted to quickly submit a review request...
@dwclark I've tried JavaHttpBuilder with Authenticator.setDefault but JavaHttpBuilder has it's own Authenticator.setDefault() so no can do with that. I've tried approach 2 too, JVM doesn't understand proxyUser and proxyPassword so...
@dwclark I've tried approach 2 too, JVM doesn't understand proxyUser and proxyPassword so I've used Authenticator.setDefault() but doesn't work because of the issue described previously.
@dwclark See updated snippet from the previous comment. I am already passing the required properties. JVM seems to understand proxyHost and proxyPort but not username and password.
For the java system properties I've got help from: 1. https://stackoverflow.com/questions/1626549/authenticated-http-proxy-with-java 2. https://blogs.oracle.com/wssfc/handling-proxy-server-authentication-requests-in-java 3. https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html
@cjstehno Since this only works with okhttp I feel this should be a feature/enhancement.
@sbglasius There are some open pull requests on this ticket. Could you please verify and merge?
I just ran into this issue and, after many wasted hours, found that report-portal is incompatible with a rabbitmq password that consists of a `@` symbol. The error message is...
@scottdavis99 pulling this change?