HI all
Today i cope with a strange behavior on edge server by assigning a public certificat from comodo
By inspecting the log a found this
The cetificat is well imported in the computer certificat container have a private key and the certification path is correct.
By using the following Certutil.exe command i v got this result
C:\Users\Adm-teruin>Certutil.exe -v -store my « 4bf5f126f5011c9dad6b737439f4e0b4 »
my « Personal »
================ Certificate 2 ================
X509 Certificate:
Version: 3
Serial Number: 4bf5f126f5011c9dad6b737439f4e0b4
Signature Algorithm:
Algorithm ObjectId: 1.2.840.113549.1.1.11 sha256RSA
Algorithm Parameters:
05 00
Issuer:
CN=COMODO High-Assurance Secure Server CA
O=COMODO CA Limited
L=Salford
S=Greater Manchester
C=GB
Name Hash(sha1): fde74a84a2cc6dd61ec4743bfbbf8abe4a38a458
Name Hash(md5): 193edeb04bee0820e2bde6b731cfe1be
NotBefore: 6/11/2014 2:00 AM
NotAfter: 6/12/2015 1:59 AM
Subject:
CN=access01.XXX.BBB
OU=0002 790043954
O=XXXX
Name Hash(sha1): 0b9997d9949687Fe9440f77789a8f1d87a494365eaa
Name Hash(md5): c9052776583d9038fb42d079e1999777d9e846857
Public Key Algorithm:
Algorithm ObjectId: 1.2.840.113549.1.1.1 RSA (RSA_SIGN)
Algorithm Parameters:
05 00
To solve this issue
- Export the certificate with PFX format from the Edge server
- import it on Firefox (my machine was Windows 8.1)
- export it from Firefox with the format P12
- Remove on the edge the assignement on the concerned certificat
- Remove the certificat on the edge server from the certificat store
- import the new formated certificat with the P12 format.
- Assign it to the edge
It should works