Ask a Question related to ASP.NET Security, Design and Development.
-
EagleRed@HighFlyingBirds.com #1
ASP.NET Client Certificate Authentication Problem
I am implementing an ASP.NET Web application that requires client certificates. I have a standalone certificate server (Windows 2000, SP4). I used it to generate a server certificate and a client certificate. The client certificate is installed in the Trusted Publishers-Enterprise store. I could not install it in the Personal store
I build a web application using VS.NET 2003 and set the virtual directory to require SSL and client certs
In IE 6.1 request, "https://localhost/[Virtual Dir.]/[page].aspx". I get the following result
The page requires a client certificate
The page you are trying to view requires the use of a client certificate.
-------------------------------------------------------------------------------
Please try the following
Click the Refresh button to try again, if you have installed your client certificate.
If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the localhost home page.
HTTP 403.7 - Forbidden: Client certificate require
Internet Information Service
-------------------------------------------------------------------------------
Technical Information (for support personnel
Background
This error occurs when the resource you are attempting to access requires your browser to have a Secure Sockets Layer (SSL) client certificate that the server recognizes
How can I get this to work? Ultimately, client certificates will be generated from a customer certificate server and distributed to a limited community of users of the application who will authenticate via certificates
I would appreciate guidance on this.
EagleRed@HighFlyingBirds.com Guest
-
.net Impersonate with integrated authentication client server problem
Hi, I build a asp.net web application to update user accounts in Active Directory (AD). This application works fine on my test server when I acces... -
Repost: WebService Client Certificate Problem
Hi, I'm attempting to connect to a 3rd party web service (for which they have supplied client certificates), but with no success. As far as I... -
WebService Client Certificate Problem
(Cross-posted to dotnet.framework.aspnet.webservices and dotnet.framework.webservices, follow-ups set to dotnet.framework.aspnet.webservices) ... -
LWP and Certificate Authentication???
Gents; I am attempting to use LWP to access a commercial website and one of the criteria is to authenticate their SSL certificate. I've been... -
CHAP authentication problem with Linux client to Win 2K VPN server
I'm trying to set up a VPN from my RH 8.0 machine to a Windows 2K system at my work. The Windows 2K side is working with other Windows machines. ... -
EagleRed@HighFlyingBirds.com #2
RE: ASP.NET Client Certificate Authentication Problem
One additional piece of information, I have never been prompted to select a client certificate by the browser.
EagleRed@HighFlyingBirds.com Guest
-
Craig Humphrey #3
Re: ASP.NET Client Certificate Authentication Problem
If you have no certificates installed on the client machine, or there are no
certificates issued by CA's that the server trusts, then you wont be
prompted.
Make sure you have a client certificate installed in IE for the user who is
accessing the site, and preferably have it issued by the same CA that issued
the server's cert. (This last step isn't necessary, but just makes life
easier during testing)
Hope that helps.
Later'ish
Craig
"EagleRed@HighFlyingBirds.com" <anonymous@discussions.microsoft.com> wrote
in message news:2FB8D7F1-8410-4725-8C07-2CC5A0B65BC3@microsoft.com...a client certificate by the browser.> One additional piece of information, I have never been prompted to select
Craig Humphrey Guest
-
EagleRed@HighFlyingBirds.com #4
Re: ASP.NET Client Certificate Authentication Problem
I have certs install but none in the Personal store. I installed the client cert and took the "automatic" option which placed the cert into the Trusted Publishers store. I could not force it to the personal store. Does it have to be in the personal store? If so, how do I get it there
Thanks
Eagle.
EagleRed@HighFlyingBirds.com Guest



Reply With Quote

