http://timestamp.verisign.com/scripts/timstamp.dll not available

InstallationSigntool

Installation Problem Overview


When the following URL is not available, what other timestamp URL can I use in my setup authoring tool? The specific error I get is: SignTool Error: The specified timestamp server either could not be reached or returned an invalid response.

http://timestamp.verisign.com/scripts/timstamp.dll

Installation Solutions


Solution 1 - Installation

Honestly, I would just try again. But you can use any of the following:

  • http://timestamp.globalsign.com/scripts/timstamp.dll,
  • http://timestamp.comodoca.com/authenticode, or
  • http://www.startssl.com/timestamp.
  • http://timestamp.sectigo.com

Solution 2 - Installation

Try these servers

http://tsa.starfieldtech.com
http://timestamp.globalsign.com/scripts/timstamp.dll
http://timestamp.comodoca.com/authenticode
http://www.startssl.com/timestamp
http://timestamp.verisign.com/scripts/timstamp.dll
http://timestamp.sectigo.com

With a retry script such as the one included here: https://stackoverflow.com/questions/2872105/alternative-timestamping-services-for-authenticode/12160486#12160486

Solution 3 - Installation

http://timestamp.verisign.com/scripts/timstamp.dll has limped along for the last few years and had been working in a sort of depreciated state, but the new owners of the certificate issuing business, DigiCert, have issued a migration alert.

They have officially put the old services to EOL as of the back end of 2019.

(article no no longer exists 18/11/2020) https://knowledge.digicert.com/alerts/migration-of-legacy-verisign-and-symantec-time-stamping-services.html

DigiCert TSA

New services can be found at

> http://timestamp.digicert.com?alg=sha1 > > http://timestamp.digicert.com?alg=sha256

Troubleshooting time stamping

Solution 4 - Installation

For jarsigner users:

As of 4/24/2017, Verisign knowledge base article AR185 recommends the jarsigner arguments "-tsa http://sha256timestamp.ws.symantec.com/sha256/timestamp";. This works for certificates issued by Symantec, and presumably all of Symantec's subsidiaries, at least. http://timestamp.verisign.com/scripts/timstamp.dll does not work.

Solution 5 - Installation

This list of time servers seems to be getting regular updates: https://gist.github.com/Manouchehri/fd754e402d98430243455713efada710

Solution 6 - Installation

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionabenciView Question on Stackoverflow
Solution 1 - InstallationDavid SchwartzView Answer on Stackoverflow
Solution 2 - InstallationZymotikView Answer on Stackoverflow
Solution 3 - InstallationRickWebView Answer on Stackoverflow
Solution 4 - InstallationEric BoeschView Answer on Stackoverflow
Solution 5 - InstallationcodesnifferView Answer on Stackoverflow
Solution 6 - InstallationVijesh V.NairView Answer on Stackoverflow