Add an ability to add public key certificate to Java trust store #16002
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.
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:
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 ofCHE_SELF__SIGNED__CERT
but it can be used for configuring self signed certificates.The text was updated successfully, but these errors were encountered: