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 an ability to add public key certificate to Java trust store #16002

Closed
vinokurig opened this issue Feb 12, 2020 · 4 comments
Closed

Add an ability to add public key certificate to Java trust store #16002

vinokurig opened this issue Feb 12, 2020 · 4 comments
Labels
area/che-server kind/task Internal things, technical debt, and to-do tasks to be performed. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community.

Comments

@vinokurig
Copy link
Contributor

vinokurig commented Feb 12, 2020

Is your task related to a problem? Please describe.

When handling an HTTP request from resources which root certificate authority is not recognised, error occurs:

sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Describe the solution you'd like

We need to have an ability to configure public key certificates. See http://magicmonster.com/kb/prg/java/ssl/pkix_path_building_failed.html

Describe alternatives you've considered

Additional context

Is needed for #15963. In this PR a request from OpenShift is received to <api url>/oauth/callback. It is possible to configure such certificate with the help of CHE_SELF__SIGNED__CERT but it can be used for configuring self signed certificates.

@vinokurig vinokurig added the kind/task Internal things, technical debt, and to-do tasks to be performed. label Feb 12, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Feb 12, 2020
@ericwill ericwill mentioned this issue Feb 12, 2020
12 tasks
@benoitf benoitf added area/infra/kubernetes and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Feb 12, 2020
@tsmaeder
Copy link
Contributor

This is the trust store of WS master, right @vinokurig ?

@vinokurig
Copy link
Contributor Author

Yes

@vinokurig vinokurig added the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Feb 14, 2020
@ericwill ericwill mentioned this issue Feb 19, 2020
21 tasks
@che-bot
Copy link
Contributor

che-bot commented Oct 1, 2020

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 1, 2020
@ericwill
Copy link
Contributor

ericwill commented Oct 1, 2020

Is this one fixed @vinokurig? If so please close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/che-server kind/task Internal things, technical debt, and to-do tasks to be performed. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community.
Projects
None yet
Development

No branches or pull requests

7 participants