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.
相关问题
- What are the differences between MSI and EXE insta
- Create Custom Action to Start Application and Exit
- Linux Program can't find Shared Library at run
- How can I allow MSI features to be selected in a W
- How do I enforce an expiration date for a trial in
相关文章
- What are the differences between MSI and EXE insta
- Create Custom Action to Start Application and Exit
- Linux Program can't find Shared Library at run
- How can I allow MSI features to be selected in a W
- How do I enforce an expiration date for a trial in
- How do I make a self-installing executable using W
- WIX, Dot Net managed custom Action, dynamically fi
- How to specify user credentials for a click-once a
Maybe you use a Proxy Server which is not reachable? Try to reset proxy settings in Internet Explorer on Windows
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
, orhttp://www.startssl.com/timestamp
.Try these servers
With a retry script such as the one included here: Alternative timestamping services for Authenticode
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.