Testing SSL locally without a Certificate on XP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jc

    Testing SSL locally without a Certificate on XP

    I recall being able to test SSL without a certificate on win 2000.

    However, on XP sp2 under IIS I can't seem to Add new websites so I'm
    limited to the one Website. I can create new virtual directories under
    the default website, but I can't seem to add SSL security to a test
    web service I've created under the default site..

  • Mark Rae [MVP]

    #2
    Re: Testing SSL locally without a Certificate on XP

    "jc" <jobs@webdos.co mwrote in message
    news:9ec81706-c68c-4218-8432-6cc7c1e8d549@c6 5g2000hsa.googl egroups.com...
    However, on XP sp2 under IIS I can't seem to Add new websites so I'm
    limited to the one Website. I can create new virtual directories under
    the default website, but I can't seem to add SSL security to a test
    web service I've created under the default site..



    --
    Mark Rae
    ASP.NET MVP


    Comment

    • jc

      #3
      Re: Testing SSL locally without a Certificate on XP

      Thank you but XP pro sp 2 does not seem to allow me to install Certs.
      I was looking at the guide http://www.somacon.com/p41.php, and for me
      on IIS server certificate button is not enabled.

      And do I really need PHP if I can use .NETs makecert




      Comment

      • Mark Rae [MVP]

        #4
        Re: Testing SSL locally without a Certificate on XP

        "jc" <jobs@webdos.co mwrote in message
        news:d5ebfb78-7b22-4cf2-9c1b-a2955891902d@e6 0g2000hsh.googl egroups.com...
        Thank you but XP pro sp 2 does not seem to allow me to install Certs.
        That's strange, but with SelfSSL you don't need to go anywhere near IIS
        configuration.. .
        I was looking at the guide http://www.somacon.com/p41.php, and for me
        on IIS server certificate button is not enabled.
        And do I really need PHP if I can use .NETs makecert
        Forget PHP
        Forget MakeCert
        Use SelfSSL - it's just a single CLI command to install an SSL certificate
        for your local machine...


        --
        Mark Rae
        ASP.NET MVP


        Comment

        • jc

          #5
          Re: Testing SSL locally without a Certificate on XP

          That's strange, but with SelfSSL you don't need to go anywhere near IIS
          configuration.. .
          But I still need to enable the Cert in IIS for a particular site
          right?

          Thanks.

          Comment

          • Mark Rae [MVP]

            #6
            Re: Testing SSL locally without a Certificate on XP

            "jc" <jobs@webdos.co mwrote in message
            news:e0bc92b6-431a-4c65-8e18-0bf6b081f2ef@a2 3g2000hsc.googl egroups.com...
            >That's strange, but with SelfSSL you don't need to go anywhere near IIS
            >configuration. ..
            >
            But I still need to enable the Cert in IIS for a particular site
            right?
            No.


            --
            Mark Rae
            ASP.NET MVP


            Comment

            Working...