50

当以下 URL 不可用时,我可以在我的设置创作工具中使用哪些其他时间戳 URL?我得到的具体错误是:SignTool Error: The specified timestamp server either could not be reached or returned an invalid response.

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

4

6 回答 6

65

老实说,我会再试一次。但您可以使用以下任何一种:

  • http://timestamp.globalsign.com/scripts/timstamp.dll,
  • http://timestamp.comodoca.com/authenticode, 或者
  • http://www.startssl.com/timestamp.
  • http://timestamp.sectigo.com
于 2012-03-15T06:19:49.827 回答
24

试试这些服务器

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

使用重试脚本,例如此处包含的脚本: Authenticode 的替代时间戳服务

于 2014-02-14T10:10:00.807 回答
18

http://timestamp.verisign.com/scripts/timstamp.dll在过去几年一直一瘸一拐地工作,并且一直处于一种贬值状态,但是证书颁发业务的新所有者 DigiCert 已经发布了迁移警报。

截至 2019 年底,他们已正式将旧服务停产。

(文章不再存在 18/11/2020) https://knowledge.digicert.com/alerts/migration-of-legacy-verisign-and-symantec-time-stamping-services.html

数字证书 TSA

可以在以下位置找到新服务

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

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

时间戳疑难解答

于 2020-02-11T12:53:04.363 回答
3

对于 jarsigner 用户:

截至 2017 年 4 月 24 日,威瑞信知识库文章 AR185 建议使用 jarsigner 参数“-tsa http://sha256timestamp.ws.symantec.com/sha256/timestamp ”。这适用于赛门铁克颁发的证书,并且可能至少适用于赛门铁克的所有子公司。http://timestamp.verisign.com/scripts/timstamp.dll不起作用。

于 2014-07-15T16:12:11.910 回答
2

此时间服务器列表似乎定期更新:https ://gist.github.com/Manouchehri/fd754e402d98430243455713efada710

于 2021-02-19T05:04:03.583 回答
1

您可以使用不带引号的“http://timestamp.digicert.com”。欲了解更多信息:https ://knowledge.digicert.com/solution/SO912.html

于 2021-01-28T15:03:17.387 回答