【发布时间】:2016-09-13 20:31:41
【问题描述】:
我使用 GF 3.1.2.2,现在我需要为我的 webapp 配置 Lets Encrypt SSL 证书。在我使用包含 Lets Encrypt 证书的新密钥更改默认 keystore.jks 后,我的 webapp 运行良好,但管理控制台没有。
server.log 文件出现此错误是因为它需要默认的 keytore.jks 文件:
[#|2016-05-17T11:31:15.344-0400|SEVERE|glassfish3.1.2|org.glassfish.admingui|_ThreadID=72;_ThreadName=Thread-2;|javax.net.ssl.SSLHandshakeException: sun .security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到请求目标的有效证书路径; javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到请求目标的有效证书路径; 休息请求:端点=https://localhost:4848/management/domain/anonymous-user-enabled 属性={} 方法=GET|#]
【问题讨论】: