« Previous Next »

Thread: IIS 5.1 on XP using HTTPS

Last post 10-25-2009 2:30 PM by CharlesSmith. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 10-18-2009, 11:38 PM

    IIS 5.1 on XP using HTTPS

    I am a .net developer and trying to test my web-site on my own XP development computer. I have installed a certificate. I can access the site with http but it does not work with https. When I use SSLDiag.exe to simulate SSL handshake, I get an 0x80090308 error message and it says to look at the SSL errors shown in the main SSLDiagnostic tool. However, there are no errors on the main page. Does anybody know what the problem is?

     

  • 10-19-2009, 7:26 AM In reply to

    Re: IIS 5.1 on XP using HTTPS

    how have you installed the certificate?

    Seems you are getting following error:
    SSL/TLS client handshake failed (Error = 0x80090308)
    SSL: The token supplied to the function is invalid

    Can you ty a test certificate from SSLDiag? Does that work?

    Let me know if you need help for configuring test certificate from SSLDiag.

    HTH.

    ~ Ganesh

  • 10-19-2009, 9:35 AM In reply to

    Re: IIS 5.1 on XP using HTTPS

    Hi Ganesh,

     

    Thanks for your reply.

     

    Yes, I tried SSLDiag (see my post) and this is where I am getting the 0x80090308 error.

     

    I can access the website using http.

     

    When try to access the site using the Internet Explorer and https, I get “Internet Explorer cannot display the webpage.”

     

    I have made my own certificate and also made a certificate using SSLDiag and get the same results with either certificate.

     

    Also, there is no entry in the IIS log file for the attempt to use https. There are IIS log entries when I access the web site via http.

     

    Charles

     

  • 10-22-2009, 3:31 AM In reply to

    Re: IIS 5.1 on XP using HTTPS

    Hi,

    Pleas check if the corresponding server protocols(SSL2.0, SSL3.0, TLS) are enabled on the Server. Open regedit, backup registry, expand the following key:

    HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders \SCHANNEL\Protocols

    If the sever protocol is disabled (the Enabled=0 value exists), you can delete it, then test again.

    Leo Tang
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • 10-25-2009, 2:30 PM In reply to

    Re: IIS 5.1 on XP using HTTPS

    Hello Leo,

    Sorry for the delay. I looked at all the registry entries under ...\SCHANNEL\Protocols and none have any value. That is for all of SSL2.0, SSL3.0, TSL1.0 - client and server - they all have "(value not set)."

    If you have any other suggestions, I will try them. I have to imagine I should be able to test my web-sites using https and there is a solution to this problem.

    My thanks for your reply.

    Charles

Page 1 of 1 (5 items)
Microsoft Communities