Unknown Certificate Issue with Intermediate and Root CA Certificates #3532
Labels
for/user-attention
This issue needs user attention (feedback, rework, etc...)
status/need-feedback
type/bug
A general bug
While working Intermediate and Root CA Certificates getting Unknown Certificate
+--- org.springframework.boot:spring-boot-starter-webflux:2.7.22.3
| +--- org.springframework.boot:spring-boot-starter:2.7.22.3 ()
| +--- org.springframework.boot:spring-boot-starter-json:2.7.22.3 ()
| +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.7.22.3
| | --- io.projectreactor.netty:reactor-netty-http:1.0.48
| | +--- io.netty:netty-codec-http:4.1.112.Final
| | | +--- io.netty:netty-common:4.1.112.Final
| | | +--- io.netty:netty-buffer:4.1.112.Final
| | | | --- io.netty:netty-common:4.1.112.Final
| | | +--- io.netty:netty-transport:4.1.112.Final
| | | | +--- io.netty:netty-common:4.1.112.Final
| | | | +--- io.netty:netty-buffer:4.1.112.Final (*)
| | | | --- io.netty:netty-resolver:4.1.112.Final
| | | | --- io.netty:netty-common:4.1.112.Final
| | | +--- io.netty:netty-codec:4.1.112.Final
| | | | +--- io.netty:netty-common:4.1.112.Final
Expected Behavior
TLS Handshake should be success and connection should get establish
Actual Behavior
TLS Handshake is failing with unknow Certificate
Steps to Reproduce
My TrustStoreServer.jks & PrimaryKeyStoreServer.jks contains both the intermediate and root ca
The text was updated successfully, but these errors were encountered: