MossabTN/quarkus-oidc-keycloak

Configuration for Self Signed SSL protected Keycloak server

Opened this issue · 0 comments

I am using self signed SSL protected Keycloak server and I am having troubles finding solution. I am getting standard error when desired CRT is not in JRE truststore.

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)
	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
	at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:392)
	... 49 more

Is there a parameter to provide custom truststore for this or any other solution?