Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Build fails with "Connection Reset" #6322

Open
mgaffigan opened this issue Oct 11, 2024 · 1 comment
Open

[BUG] Build fails with "Connection Reset" #6322

mgaffigan opened this issue Oct 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mgaffigan
Copy link

Describe the bug
Digicert has terminated the Symantec timestamping service named in build.xml. See https://docs.digicert.com/en/whats-new/change-log/certcentral.html#august-19--2024

To Reproduce
Build normally. Observe failure to sign jars.

Expected behavior
Build should complete.

Actual behavior
Build fails after repeated attempts to reach the nonexistent http://sha256timestamp.ws.symantec.com/sha256/timestamp

Screenshots
"Connection reset"

Environment (please complete the following information):

  • OS: Win11
  • Java Distribution/Version jdk-11.0.16.101-hotspot
  • Connect Version be90435

Workaround(s)
Update url to http://timestamp.digicert.com

Additional context
See https://docs.digicert.com/en/whats-new/change-log/certcentral.html#august-19--2024

@mgaffigan mgaffigan added the bug Something isn't working label Oct 11, 2024
@jonbartels
Copy link
Contributor

Digicert has terminated the Symantec timestamping service named in build.xml

The specific file and line that needs to change is:

<signjar jar="@{jarFile}" alias="${key.alias}" keystore="${key.keystore}" storepass="${key.storepass}" keypass="${key.keypass}" storetype="${key.storetype}" tsaurl="http://sha256timestamp.ws.symantec.com/sha256/timestamp" digestalg="SHA-256">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants