我如何找出 install4j 的默认会签 URL?
How do I find out install4j's default for the countersigning URL?
使用 org.sonatype.install4j:install4j-maven-plugin:1.1.1:compile
和 install4j7。
install4j: compilation failed. Reason: error during counter signing: java.io.IOException: connect timed out
.
失败
这很可能是防火墙阻止构建服务器到达会签服务器,但我如何让 install4j 记录 URL 正在尝试使用的日志? (Maven 的调试日志没有帮助。)
在https://www.ej-technologies.com/resources/install4j/help/doc/install4j.pdf中找到答案:
install4j 在
使用 DigiCert 时间戳签名服务
http://timestamp.digicert.com
并回退到 GlobalSign 时间戳签名服务
http://timestamp.globalsign.com
如果有失败。
使用 org.sonatype.install4j:install4j-maven-plugin:1.1.1:compile
和 install4j7。
install4j: compilation failed. Reason: error during counter signing: java.io.IOException: connect timed out
.
失败
这很可能是防火墙阻止构建服务器到达会签服务器,但我如何让 install4j 记录 URL 正在尝试使用的日志? (Maven 的调试日志没有帮助。)
在https://www.ej-technologies.com/resources/install4j/help/doc/install4j.pdf中找到答案:
install4j 在
使用 DigiCert 时间戳签名服务http://timestamp.digicert.com
并回退到 GlobalSign 时间戳签名服务
http://timestamp.globalsign.com
如果有失败。