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
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at java.base/sun.security.validator.PKIXValidator.doBuild(Unknown Source) ~[na:na]
at java.base/sun.security.validator.PKIXValidator.engineValidate(Unknown Source) ~[na:na]
at java.base/sun.security.validator.Validator.validate(Unknown Source) ~[na:na]
at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source) ~[na:na]
at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) ~[na:na]
... 30 common frames omitted
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source) ~[na:na]
at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) ~[na:na]
at java.base/java.security.cert.CertPathBuilder.build(Unknown Source) ~[na:na]
... 35 common frames omitted
The text was updated successfully, but these errors were encountered:
http域名配置访问测试正常,换成https就报错。https域名可以在浏览器正常访问并登陆。http和https都带端口。
报错日志:
The text was updated successfully, but these errors were encountered: