Skip to content

Instantly share code, notes, and snippets.

@yellow1912
Created July 17, 2019 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yellow1912/243f89dd786b4c7158cb35828c2e9ff1 to your computer and use it in GitHub Desktop.
Save yellow1912/243f89dd786b4c7158cb35828c2e9ff1 to your computer and use it in GitHub Desktop.
ssl error
odfe-node1 | javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown
odfe-node1 | at sun.security.ssl.Alert.createSSLException(Alert.java:128) ~[?:?]
odfe-node1 | at sun.security.ssl.Alert.createSSLException(Alert.java:117) ~[?:?]
odfe-node1 | at sun.security.ssl.TransportContext.fatal(TransportContext.java:308) ~[?:?]
odfe-node1 | at sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:279) ~[?:?]
odfe-node1 | at sun.security.ssl.TransportContext.dispatch(TransportContext.java:181) ~[?:?]
odfe-node1 | at sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) ~[?:?]
odfe-node1 | at sun.security.ssl.SSLEngineImpl.decode(SSLEngineImpl.java:672) ~[?:?]
odfe-node1 | at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:627) ~[?:?]
odfe-node1 | at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:443) ~[?:?]
odfe-node1 | at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:422) ~[?:?]
odfe-node1 | at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:634) ~[?:?]
odfe-node1 | at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:295) ~[netty-handler-4.1.32.Final.jar:4.1.32.Final]
odfe-node1 | at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1301) ~[netty-handler-4.1.32.Final.jar:4.1.32.Final]
odfe-node1 | at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1203) ~[netty-handler-4.1.32.Final.jar:4.1.32.Final]
odfe-node1 | at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1247) ~[netty-handler-4.1.32.Final.jar:4.1.32.Final]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment