You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chapter12 mvn -PSecureChatServer clean package exec:exec Exception in thread "main" java.security.cert.CertificateException: No provider succeeded to generate a self-signed certificate
#68
Open
youshulai123 opened this issue
Dec 16, 2023
· 2 comments
mvn -PSecureChatServer clean package exec:exec
Exception in thread "main" java.security.cert.CertificateException: No provider succeeded to generate a self-signed certificate. See debug log for the root cause.
at io.netty.handler.ssl.util.SelfSignedCertificate.(SelfSignedCertificate.java:157)
at io.netty.handler.ssl.util.SelfSignedCertificate.(SelfSignedCertificate.java:110)
at io.netty.handler.ssl.util.SelfSignedCertificate.(SelfSignedCertificate.java:88)
at io.netty.handler.ssl.util.SelfSignedCertificate.(SelfSignedCertificate.java:79)
at nia.chapter12.SecureChatServer.main(SecureChatServer.java:36)
The text was updated successfully, but these errors were encountered:
youshulai123
changed the title
chapter12
chapter12 Exception in thread "main" java.security.cert.CertificateException: No provider succeeded to generate a self-signed certificate
Dec 16, 2023
youshulai123
changed the title
chapter12 Exception in thread "main" java.security.cert.CertificateException: No provider succeeded to generate a self-signed certificate
chapter12 mvn -PSecureChatServer clean package exec:exec Exception in thread "main" java.security.cert.CertificateException: No provider succeeded to generate a self-signed certificate
Dec 16, 2023
mvn -PSecureChatServer clean package exec:exec
Exception in thread "main" java.security.cert.CertificateException: No provider succeeded to generate a self-signed certificate. See debug log for the root cause.
at io.netty.handler.ssl.util.SelfSignedCertificate.(SelfSignedCertificate.java:157)
at io.netty.handler.ssl.util.SelfSignedCertificate.(SelfSignedCertificate.java:110)
at io.netty.handler.ssl.util.SelfSignedCertificate.(SelfSignedCertificate.java:88)
at io.netty.handler.ssl.util.SelfSignedCertificate.(SelfSignedCertificate.java:79)
at nia.chapter12.SecureChatServer.main(SecureChatServer.java:36)
The text was updated successfully, but these errors were encountered: