I was trying to build my setup scripts with Inno Setup these past two days (1 & 2 Jan 2021) and the digital signing was failing. So I contacted Verisign via email and await their response.
Is the Verisign Timestamp server down?
22.1k views Asked by Andrew Truckle At
2
There are 2 answers
4
Ian Boyd
On
When using Microsoft's SignTool.exe
Change the timestamping server (-t):
- Before:
signcode -t "http://timestamp.verisign.com/scripts/timstamp.dll"(defunct) - After:
signcode -t "http://timestamp.digicert.com"
Related Questions in INNO-SETUP
- InnoSetup error 193 after install Mysql Connector
- How to install an app with default admin privileges via Inno Tool (or some other setup tool)?
- Using Inno Setup LoadStringFromFile always gives "Type mismatch"
- PowerShell Start-Process infinite execution of installer
- Problem with icon when changing language in inno setup
- How can I add exclusion and redistributables in Inno Setup?
- Create adapted desktop icon when installing files into a user selected directory
- Install two files into a user selected directory
- Change installed application's name
- unable to start windows service after registering for start node server using inno setup script
- Copy files to several destinations read from registry using Inno Setup
- Service with DependsOn is not being set correctly in Inno Setup via CreateService function
- How can I create a txt file with Inno Setup?
- Check a checkbox in Inno Setup installer from another application using C++
- Disable MongoDB logging with flag on MsiExecWithFlags?
Related Questions in CODE-SIGNING
- Identrust X Google Cloud HSM X Electron Builder
- Siging an exe with Yubikey error Error: SignerSign() failed
- Is there any benefit to using self-signed certificates for code signing over not signing C# binaries at all?
- How to fix a CS0281 error on build server
- How to use DigiCert Signing Manager Controller (smctl) in Azure DevOps classic pipeline?
- Is it possible for Electron builder MacOS codesigning to skip locale files?
- How cosign finds a record in Rekor when verifying?
- Manually created MacOS apps being deleted
- Fastlane, iOS Provisioning Profiles & Push Notification permissions (by example)
- python BeeWare briefcase: cannot package and adhoc-sign mac os app
- Python beeware: Unable to code sign with “briefcase package --adhoc-sign“
- SignTool - unexpected internal error - Could not associate private key with certificate
- What is the most streamlined way to implement code signing in Azure DevOps build pipelines in 2024?
- How do I use Xcode to codesign a command line utility I created with SPM?
- Is there a way to speed up signtool? It is slow
Related Questions in VERISIGN
- Is the Verisign Timestamp server down?
- PayPal: Peer certificate cannot be authenticated with known CA certificates
- Extracting domain out for DNS zone file
- .NET Assembly.LoadFrom slower when PC is on a particular network
- Signed and Time stamped Executable failed executing and does not show proper details
- How do I sign my installer so i do not get the unverified publisher message?
- EppLib.net - Which SSL Certificate to use
- How it works when computer recognize trusted/unknown publisher when install a WPF App?
- Regarding Paypal - 2016 merchant security upgrades
- Is VeriSign G5 Root Certificate free?
- How to submit the CSR to a certification authority Programatically?
- Using SignTool.exe to sign using SHA256 after Microsoft dropped support for SHA-1
- Supporting new PayPal certificates on AppHarbor (SHA-256)
- Is it possible to dual-sign installer and uninstaller with sha1 and sha256 certificates?
- Verisign SSL certificate keystore apache tomcat (java.io.IOException: invalid URI name)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I received an official response from Verisign this afternoon (on 2 Jan 2021):
So the
http://timestamp.verisign.comtimestamp server is no more.At the moment I know of the following alternatives (in addition to Digicert above) which work well:
http://timestamp.comodoca.com/authenticodehttp://timestamp.globalsign.com/scripts/timestamp.dllhttp://tsa.starfieldtech.com