We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b982e8 commit b7103b0Copy full SHA for b7103b0
src/com/inet/gradle/setup/msi/SignTool.java
@@ -31,7 +31,8 @@ class SignTool {
31
private String password, sha1;
32
33
private List<String> timestamps = Arrays.asList( //
34
- "http://timestamp.verisign.com/scripts/timstamp.dll", //
+ "http://time.certum.pl", //
35
+ //"http://timestamp.verisign.com/scripts/timstamp.dll", // no connect possible
36
"http://timestamp.globalsign.com/scripts/timestamp.dll", //
37
"http://tsa.starfieldtech.com", //
38
"http://timestamp.comodoca.com/authenticode" // certificate is expired
0 commit comments