Questions tagged [verisign]

57 questions
60
votes
2 answers

Is the Verisign Timestamp server down?

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.
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
28
votes
7 answers

signtool failing to dual sign SHA2 and SHA1 with timestamps

We need to dual sign our binaries with SHA1 and SHA2 using signtool.exe, our certificate supports 256-bit SHA2. Using the Windows 8 SDK's signtool: e.g.: signtool.exe sign /as /fd sha256 /t http://timestamp.verisign.com/scripts/timstamp.dll /f…
JosephA
  • 1,187
  • 3
  • 13
  • 27
12
votes
2 answers

Is it possible to dual-sign installer and uninstaller with sha1 and sha256 certificates?

Is it possible in Inno Setup to sign the Uninstaller and Installer with sha1 and sha256 at the same time? I know that it is possible to sign the Executable with both certs via command tool, but want to know if this is possible to achieve with…
RobeN
  • 5,346
  • 1
  • 33
  • 50
12
votes
1 answer

How does one correctly dual-sign code with a timestamp?

I have two code signing certificates (one SHA-1, one SHA-256) which I'd like to apply to the same file. I tried to append the SHA-256 certificate, but this fails: :: Signs with the SHA-1 certificate signtool sign /sha1…
Billy ONeal
  • 104,103
  • 58
  • 317
  • 552
9
votes
1 answer

Verifying a certificate with Verisign OCSP Server

I'm attempting to use Verisign's OCSP server to verify a certificate that it has issued, for example, amazon.com I have the issuer certificate (which was rather hard to find). As well as the amazon 0 certificate. I'm using openSSL but I don't seem…
dekz
  • 805
  • 1
  • 8
  • 17
8
votes
3 answers

The list of all .com and .net whois servers?

I'm trying to find the list of all whois servers for COM/NET. Verisign is the authoritative registry for the .com, .net, .name, .cc and .tv domains. Possible solution: To find out the complete list of whois servers is to crawl through at least a…
Edi Budimilic
  • 4,526
  • 3
  • 19
  • 22
7
votes
5 answers

Why is my .Net app contacting Verisign?

I wrote a .Net application that has nothing to do with network communication. There is not a single line of code in the whole application that uses the NIC, but my firewall has caught it trying to contact Verisign for some reason when the app…
Phil
  • 6,561
  • 4
  • 44
  • 69
7
votes
1 answer

VeriSign Class 3 certificate not trusted by Windows?

I distribute a Windows desktop app which has all executable files digitally signed by a Verisign Class 3 Code Signing certificate. For the vast majority of users, this seems to work fine. However a small number of users report the certificate is…
6
votes
1 answer

Signed and Time stamped Executable failed executing and does not show proper details

Please note that this issue is only applicable for Windows Server 2008 SP2 I have developed one windows application. Prior distributing it I have signed and time stamped it using SHA1 and SHA256. This application is formed with multiple DLLs. I am…
4
votes
1 answer

Supporting new PayPal certificates on AppHarbor (SHA-256)

PayPal recently announced that they upgrade the certificate to SHA-256 with VeriSign G5 Root Certificate. https://www.paypal-knowledge.com/infocenter/index?page=content&widgetview=true&id=FAQ1766&viewlocale=en_US Does AppHarbor have this root…
UrK
  • 2,191
  • 2
  • 26
  • 42
4
votes
1 answer

Does signing Java ME MIDlet by a certificate from VeriSign help avoid security warnings?

I was sure for a long time that the answer is yes. But after I've read this article: http://javablog.co.uk/2007/08/09/how-midlet-signing-is-killing-j2me/ (especially "How MIDlet signing used to be" section), I was not sure. I'm developing a Java ME…
Alexander Udalov
  • 31,429
  • 6
  • 80
  • 66
4
votes
2 answers

Verifying server Verisign certificates throws Not trusted server certificate exception

I have a problem verifying Verisign certificate when trying to connect with HttpsURLConnection to our backend. Current certification chain: $openssl s_client -connect host:443 0 s:/C=AT/ST=xxx/L=xxx/O=xxx/CN=host i:/C=US/O=VeriSign,…
ibecar
  • 415
  • 3
  • 10
4
votes
1 answer

No mapping found for [/crls/secureca.crl]

This is what appears many times in console of Jetty local webserver when testing J2EE Spring app. 2012-05-03 14:28:14,716 WARN [org.springframework.web.servlet.PageNotFound] -
Marek Sebera
  • 39,650
  • 37
  • 158
  • 244
3
votes
2 answers

J2ME - code signing using verisign Intermediate CA

I want to sign the J2ME midlet using verisign intermediate CA. Does any one know how to do that or any one succeed with verisign code signing. Please help me with the steps.
Achsah
  • 543
  • 4
  • 16
3
votes
1 answer

Which verisign SSL Certificate should I go with?

I'm looking an option to buy a verisign ssl certificate for my company. previously we were using godaddy but godaddy ssl is not installed on blackberry. we can install manually or programmatically but its a extra over head for users. you can see…
Vivart
  • 14,900
  • 6
  • 36
  • 74
1
2 3 4