adventurous-apple-98365
11/15/2021, 12:08 AMhead
container for GMS from Docker hub.
My ENVs are as follows on the container:
KAFKASTORE_SSL_TRUSTORE_LOCATION: foo
KAFKASTORE_SSL_TRUSTSORE_PASSWORD: bar
KAFKASTORE_SECURITY_PROTOCOL: SSL
KAFKASTORE_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM: ""
I've also tried using a few variations of these envs (SCHEMA_REGISTRY, KAFKA
prefixes).
Any insight would be appreciated! Thanksbig-carpet-38439
11/15/2021, 3:17 AMadventurous-apple-98365
11/15/2021, 2:09 PMjavax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alert.createSSLException(Alert.java:131)
at sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
```
at sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
at sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:654)
at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:473)
at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:369)
at sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:377)
at sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)
at sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:422)
```
at sun.security.ssl.TransportContext.dispatch(TransportContext.java:182)early-lamp-41924
11/15/2021, 5:21 PMadventurous-apple-98365
11/15/2021, 5:31 PMearly-lamp-41924
11/15/2021, 5:55 PMearly-lamp-41924
11/15/2021, 6:05 PMearly-lamp-41924
11/15/2021, 6:05 PMearly-lamp-41924
11/15/2021, 6:05 PMadventurous-apple-98365
11/15/2021, 9:35 PMadventurous-apple-98365
11/15/2021, 9:35 PMearly-lamp-41924
11/15/2021, 9:47 PMadventurous-apple-98365
11/15/2021, 11:03 PM