bharatbhushan1705 opened a new issue, #492:
URL: https://github.com/apache/pulsar-helm-chart/issues/492
**Describe the bug**
A clear and concise description of what the bug is.
The error message javax.net.ssl.SSLHandshakeException: PKIX path building
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to
find valid certification path to requested target
**To Reproduce**
Steps to reproduce the behavior:
1. Use of self-signed certificate keystone
2. The TLS is enabled for proxy and broker
3. The Apache Pulsar is running in Openshift Cluster
4. The Apache Pulsar version 3.2.0
**Expected behavior**
When we are communicating directly to broker url it is working, we expect
same when we try to connect via proxy.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: Ubuntu
**Additional context**
Add any other context about the problem here.
Error logs:
2172
at sun.security.validator.Validator.validate(Validator.java:264) ~[?:?]
2173
at
sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:285)
~[?:?]
2174
at
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:144)
~[?:?]
2175
at
sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1329)
~[?:?]
2176
... 17 more
2177
Caused by: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
2178
at
sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:148)
~[?:?]
2179
at
sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:129)
~[?:?]
2180
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297) ~[?:?]
2181
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
~[?:?]
2182
at
sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:306)
~[?:?]
2183
at sun.security.validator.Validator.validate(Validator.java:264) ~[?:?]
2184
at
sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:285)
~[?:?]
2185
at
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:144)
~[?:?]
2186
at
sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1329)
~[?:?]
2187
... 17 more
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]