Questions tagged [verisign]
57 questions
0
votes
1 answer
VeriSign Time Stamping Services Signer G2 revocation error
after recent windows updates (Windows 7) - I'm getting error when verifying digital signature on some files.
The verification fails for Countersignature certificate:
Anyone has the same issue? Or maybe found a resolution?
Thanks,
Zahar

Zaky
- 369
- 6
- 21
0
votes
1 answer
Can a signed certificate be used without importing explicitly?
I've read a lot of articles regarding the import of a cert, but I am still unclear on a couple things.
When connecting to an SSL site from a Java application [in this case, a JBOSS web app], does the client cert need to be explicitly installed on…

Jeremy
- 2,970
- 1
- 26
- 50
0
votes
1 answer
Troubleshooting javax.net.ssl.SSLHandshakeException
We have hosted our WebService in SSL and when we try to access that from our Java Client application we are getting the exception javax.net.ssl.SSLHandshakeException. To overcome this I have downloaded the SSL Certificate from WebService URL and…

Nirmal Raghavan
- 572
- 7
- 20
0
votes
1 answer
Using SignCode.exe, How to set program name in User Access Control (UAC) dialog box?
I am trying to figure out how to set the Program Name field in the UAC dialog box. We have an existing Signing.proj XML file that I think needs to be modified in order to make this change. I have searched extensively but have not found a good…

rharrison33
- 1,252
- 4
- 18
- 34
0
votes
1 answer
Adobe PDF Certification - Java
I'm currently building a Java daemon that will need to be able to sign and certify PDF documents. Now I've already implemented the code for this, but there is one "little" problem.
The problem:
The certificate I use needs to automatically be…

William
- 15,465
- 8
- 36
- 32
0
votes
1 answer
create keystore for tomcat using .key ,.ca and .cert file
I have three file sample.cert, sample.CA,sample.key provided by verisign. I need to create keystore for tomcat.As I searched I cannot use .key file directly to create keystore.
command used by me as below :
pkcs12 -export -in sample.cert -inkey…

kundan bora
- 3,821
- 2
- 20
- 29
0
votes
1 answer
Problems installing a VeriSign Certificate in the Certificate Store On Developer Machine
I have a Visual Studio 2010 VSTO Outlook Add In project that was originally created in Visual Studio 2008. The VSTO dll project is signed with a VeriSign Certificate (Pfx file). When the project was created under VS 2008, there were no issues in…

Russ Clark
- 13,260
- 16
- 56
- 81
0
votes
1 answer
Unknown Publisher when signing with Verisign
I have tried to resolve this issue before, but I have not been able to fully solve it. Any suggestions would be appreciated.
I have a solution being developed in Visual Studio 2010, which has several projects associated with it. Since the solution…

Tim
- 2,731
- 9
- 35
- 72
0
votes
1 answer
Signing .Net Code with Verisign
I'm not sure why they can't simplify the process of signing code. It seems that every time a release comes out, it takes a day or more to figure out. We use Verisign and have a current pfx file.
I have an application that runs as administrator, so…

Tim
- 2,731
- 9
- 35
- 72
0
votes
2 answers
how to start browser in j2me app without confirmation
I'm developing first j2me app which should just open a browser with some url. I do it with only one line of code
platformRequest(URL);
When I run it - it always asks me "Do I really want to open such URL"
How can I solve it? Will the app signing on…

devworkstation
- 147
- 1
- 3
- 11
0
votes
1 answer
applet signing - lost keystore password
I have a question regarding the steps I should follow to use an old keystore (for which I've lost the password).
Is there any way to use the certificate I received from Verisign if I can't import that certificate into the original keystore (because…

John
- 13
- 5
-1
votes
1 answer
Verisign certification for subdomain through IP
I have purchaseed SSL secure Site from Verisign.
So I have configured it and its working fine on https://www.myExample.com which ip is 123.123.123.123.
As ssl bein configurated to the domain name 'myExample.com' when I acces to the server url…

anguila
- 148
- 1
- 11