使用tomcat开启https 需要使用keytool命令来生产一个证书。 详细命令如下: keytool -genkey -alias serverkey -keypass nosecret -keyalg RSA -sigalg SHA1withRSA -keystore server.keys…
Leave a Comment日期:2017年3月6日
本地测试https的时候 出现了如下的错误: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provide…
Leave a Comment