Re: ClientCertificate

From: Manohar Kamath [MVP] (mkamath_at_TAKETHISOUTkamath.com)
Date: 03/29/04

  • Next message: Andrew Urquhart: "Re: Invert an array"
    Date: Mon, 29 Mar 2004 14:40:04 -0600
    
    

    Is the browser in SSL mode when you do this? I am guessing you are browsing
    to an HTTP address not an HTTPS one. So, try browsing to your page with
    HTTPS

    e.g:

    https://myserver/mysslpage.asp

    -- 
    Manohar Kamath
    Editor, .netWire
    www.dotnetwire.com
    "Reena" <palejar2@navsea.navy.mil> wrote in message
    news:u0umJgcFEHA.2868@TK2MSFTNGP12.phx.gbl...
    > Hi,
    >
    >
    > Working with ASP, Windows 2000, IIS 5.0.
    >
    > I have CA certificate installed on my machine which is installed fine.
    > Under IIS, Web Site - Properties - Directory Security, I can view
    > certificate. Secure communication is set to "Accept Client certificate"
    >
    > However when I run following code through browser nothing happens.
    >
    >         Response.Write Request.ClientCertificate()
    >
    > Any Suggestions?
    >
    > Thanks,
    >
    > - Reena
    >
    >
    >
    >
    

  • Next message: Andrew Urquhart: "Re: Invert an array"

    Relevant Pages

    • Re: RPC over HTTP
      ... Click Services tab and select Hide All Microsoft Services and Disable ... HTTP" option checked? ... Please collect the IIS log and IIS metabase for analyze: ... <Also we do not receive a Certificate error when we visit the OWA webpage. ...
      (microsoft.public.windows.server.sbs)
    • Re: Any way to display a "bad password entered" message at https l
      ... If you are sending back a 401 HTTP status, then the browser will just popup the dialogue again. ... You'd need to change the HTTP status (e.g. via an ISAPI filter, or module if you are using IIS 7) so as to have the browser display your message. ...
      (microsoft.public.inetserver.iis.security)
    • Re: How to get the username from the Certificate
      ... My understanding of this is that if you set up certificate authentication in ... IIS and get the certificate mappings correct to ... > server and was able to waork successfully with http ...
      (microsoft.public.dotnet.security)
    • Re: How to get the username from the Certificate
      ... I want the user name to be retrieved from the certificate. ... The authentication part will be done by the IIS as u have ... >> server and was able to waork successfully with http ...
      (microsoft.public.dotnet.security)
    • 2 Sites and 2 Certificates in IIS 6.0
      ... second site when opened in browser give certificate error and show the ... When I view certificate in properties of the site in IIS, ...
      (microsoft.public.inetserver.iis.security)

    Loading