IIS SSL configuration problem

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default IIS SSL configuration problem

    Hi

    I have a web site under IIS 5 in Windows 2002 Server and I want to setup.
    In the application
    I have created an HttpHandler in .NET. I have set the site to require SSL
    and 128-bit encryption
    and i have chosen the Require Client Certificate option in order for the
    application to require client certificates.
    If I use IE to call the handler, the site asks for the client certificate.

    If another application does a web request to the application, the site
    does not ask for the client certificate. I did a trace using
    the network monoitor tool and after the client and server hello, the
    presentation of the server certificate, there is no client certificate
    requested from the server and the call proceeds as normal to application
    data transfer.

    Does anybody know how to overcome this problem?

    Thanks
    TS
    Theodoros.Savvides@ctl.com Guest

  2. Similar Questions and Discussions

    1. Configuration problem
      I'm new at PHP, have installed Apache/MySQL/php package from CD in book ' PHP and MySQL Web Development'. Per instructions, modified httpd.conf...
    2. FC configuration problem
      I have a problem with an Flash comunicator server instalation. Samples applications work. But If I create a chat, i can connect and sent messages...
    3. problem with configuration amp
      Hi! I have some problem wih configuration apache + php. Everything is alright except session. I can register session variables neither by...
    4. Problem with 802.11b and WinXP Zero Configuration
      I have reconfigured my router to disable the new 4X mode and limited the maximum connection speed to 11 Mbps. So far, it seems that the integrated...
    5. Configuration problem with Four J's
      Hi all, DATABASE SERVER: UNIX: Informix Dynamic Server 7.31.FC4A Windows 2000: Informix Dynamic Server 9.40 WINDOWS 2000 machine: Informix...
  3. #2

    Default RE: IIS SSL configuration problem

    Hello Theodoros,

    Thanks for posting in the group.

    Based on my understanding, now the issues is: You enabled "Require Client Certificate" in a web site. If you use IE to visit
    pages, there is no error. If you use another web application to send request to this web application, you found that client
    certificate is not needed. Please correct me if I have misunderstood the problem.

    I suggest you refer to one MSDN article to review the genera steps. "HOW TO: Secure an ASP.NET Application Using
    Client-Side Certificates"
    [url]http://support.microsoft.com/?id=315588[/url]

    By the way, could you please post the web request code in that application here? Please also check the network frames
    between IE access and your web application access to see whether there is any difference, especially in header.

    Best regards,
    Yanhong Huang
    Microsoft Online Partner Support

    Get Secure! - [url]www.microsoft.com/security[/url]
    This posting is provided "AS IS" with no warranties, and confers no rights.

    --------------------
    !From: [email]Theodoros.Savvides@ctl.com[/email]
    !Subject: IIS SSL configuration problem
    !MIME-Version: 1.0
    !X-Newsreader: Lotus Notes Release 6.0 September 26, 2002
    !X-MIMETrack: Serialize by Notes Client on Theodoros A Savvides/NIC/CTL(Release 6.0|September
    ! 26, 2002) at 29/07/2003 14:40:04,
    ! Serialize complete at 29/07/2003 14:40:04
    !Content-Type: text/plain; charset="US-ASCII"
    !Message-ID: <uEj3mYcVDHA.216@TK2MSFTNGP11.phx.gbl>
    !Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    !Date: Tue, 29 Jul 2003 04:40:02 -0700
    !NNTP-Posting-Host: 213.207.151.60
    !Lines: 1
    !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
    !Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet.security: 6061
    !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    !
    !Hi
    !
    !I have a web site under IIS 5 in Windows 2002 Server and I want to setup.
    !In the application
    !I have created an HttpHandler in .NET. I have set the site to require SSL
    !and 128-bit encryption
    !and i have chosen the Require Client Certificate option in order for the
    !application to require client certificates.
    !If I use IE to call the handler, the site asks for the client certificate.
    !
    !If another application does a web request to the application, the site
    !does not ask for the client certificate. I did a trace using
    !the network monoitor tool and after the client and server hello, the
    !presentation of the server certificate, there is no client certificate
    !requested from the server and the call proceeds as normal to application
    !data transfer.
    !
    !Does anybody know how to overcome this problem?
    !
    !Thanks
    !TS
    !


    Yan-Hong Huang[MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139