Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add property to allow use authenticator for proxies; #330

Closed
wants to merge 0 commits into from
Closed

Add property to allow use authenticator for proxies; #330

wants to merge 0 commits into from

Conversation

mshaposhnik
Copy link
Contributor

@mshaposhnik mshaposhnik commented Jul 8, 2020

To be able to work with authenticated proxies, special Java authenticator should be used. Besides that, using custom authenticator requires special properties to be set.

jdk.http.auth.proxying.disabledSchemes=
jdk.http.auth.tunneling.disabledSchemes=

More info:
https://www.oracle.com/java/technologies/javase/8u111-relnotes.html
https://stackoverflow.com/questions/41806422/java-web-start-unable-to-tunnel-through-proxy-since-java-8-update-111
(yes java 11 requires it too)

@tolusha
Copy link
Contributor

tolusha commented Jul 8, 2020

Once I merge #272 you have to update yours.
The changes will go in https://github.com/eclipse/che-operator/blob/certs/pkg/deploy/proxy.go#L124

@mshaposhnik mshaposhnik closed this Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants