Link to home
Start Free TrialLog in
Avatar of tboncher
tboncher

asked on

After upgrade to 2008 (CertEnroll) Stand-alone CA, web browing certs work on XP, not 7

I am managing a web application that uses digital certificates to identify end-users over the internet for access to the app.  We were using Server 2003 R2 x86, but got tired of installing certs manually for Windows 7.

Having a few extra licenses of Server available, I cloned the existing app server (which is the CA too), changed its product key, and upgraded that to 2008 x32 (R2 only x64 :( ).  After sorting out some minor problems (including having to publish a new CRL), I can get XP clients to work normally.  However, 7 clients using the same web enrollment get the root and client certificates but cannot access the site.  Error is "page requires client certificate (403.7)".

The root and client certificates are there, but the key usage on the client cert is only "Key Encipherment (20)".  On XP clients, the key usage is "Digital Signature, Non-Repudiation, Key Encipherment, Data Encipherment (f0)".

Any guidance would be appreciated!  Thanks, Tom.

Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

if you are using self signed certificate authority then that is the root of the problem as the cert's are now different.. you will have to revoke the older certs and push out new ones..
Avatar of tboncher
tboncher

ASKER

Ugh.  We are talking about a few hundred over dozens of customers at sites across the country.  Do you know of documentatiuon of this issue?  Thanks!
Sorry, I did not positively confirm - yes, we are usiing a self-signed CA.
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I would agree that this method should work.  However, it is not very user friendly to my end-users who, on average, are not very technical.  Therefore, I am going to keep trying to find a way to get the normal way to work - such as having a second parallel web site that references a new certificate store - maybe on a second server instance, etc.  Thanks, Tom.