-
Bug
-
Resolution: Not a Bug
-
Major
-
2.0.0.GA
-
None
Attempting a crwctl installation of CRW 2.0 fails when TLS flag is used.
The Che server pod never passes health checks. Looking at the logs, it seems there is a TLS problem when Che server tries to call Keycloak.
----------------------- Edited stack trace from Che server follows ---------------
Caused by: java.lang.RuntimeException: Exception while retrieving OpenId configuration from endpoint: https://keycloak-workspaces.apps.ricksche2.lab.upshift.rdu2.redhat.com/auth/realms/codeready/.well-known/openid-configuration
at org.eclipse.che.multiuser.keycloak.server.KeycloakSettings.<init>(KeycloakSettings.java:104)
......
at java.lang.Thread.run(Thread.java:748)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to
requested target
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
... 138 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:397)
... 152 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
... 158 more
- causes
-
RHDEVDOCS-1539 Please amend Installation Guide for CRW 2.0 / OCP 3.11 WRT TLS
- Closed
- is documented by
-
RHDEVDOCS-1539 Please amend Installation Guide for CRW 2.0 / OCP 3.11 WRT TLS
- Closed