How can I setup SSL on my LOCAL COMPUTER?

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

  1. #1

    Default How can I setup SSL on my LOCAL COMPUTER?

    Hello,

    I already have setup SSL on my production server via purchasing a
    certificate and that seems to work fine as I can type in https:// and it
    works fine.

    However, I want AND need to be able to test my .ASPX webpages via SSL on my
    local server.

    What is the best way to this?

    Thanks.



    anon Guest

  2. Similar Questions and Discussions

    1. Asp.net + Links from local computer not updating
      Hi Guys/Gals I'm having an issue with Contribute 3. When I create a new link and point to file on my computer and then publish, the file a)...
    2. Publish To Local Computer
      Please excuse my ignorance, but I would like to know how I can send or publish the files for a flashpaper document in my web page to my home/local...
    3. Setup CF 6.1 on local network
      I am just starting with a company that is expanding into web design and development and want to use CF as their development platform. I have set up...
    4. How to test Webservice on Web like on local computer?
      Hi, All I created a Webservice locally, and it returns all coustomers names in XML format when I click "Invoke" button. But when I test from the...
    5. Host computer setup
      I used the network setup wizard to set up the host computer on my xp system. It goes through the process successfully, yet when I go to network...
  3. #2

    Default Re: How can I setup SSL on my LOCAL COMPUTER?

    Set up your own CA, and issue yourself a certificate?

    [url]http://support.microsoft.com/?id=299525[/url]
    HOWTO: Set Up SSL Using IIS 5.0 and Certificate Server 2.0

    [url]http://support.microsoft.com/?id=218445[/url]
    How to Configure Certificate Server for Use with SSL on IIS (IIS v4.0 and
    NT)

    If you are using IIS 6.0, then you can use the tools in the Res Kit:
    [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en[/url]

    Cheers
    Ken

    "anon" <anon@hotmail.com> wrote in message
    news:%23b$b1bUPEHA.3380@TK2MSFTNGP11.phx.gbl...
    : Hello,
    :
    : I already have setup SSL on my production server via purchasing a
    : certificate and that seems to work fine as I can type in https:// and it
    : works fine.
    :
    : However, I want AND need to be able to test my .ASPX webpages via SSL on
    my
    : local server.
    :
    : What is the best way to this?
    :
    : Thanks.
    :
    :
    :


    Ken Schaefer Guest

  4. #3

    Default Re: How can I setup SSL on my LOCAL COMPUTER?

    Hi Anon,

    Since using SSL means (put simply) that you are using HTTPS in place of HTTP, you can test your application by changing the protocol as you mentioned.

    You can also require secure communication for a web page using IIS:
    - Go to the IIS snap-in in Computer Management.
    - Right-click the folder (or file) for which you want to require SSL and select Properties.
    - Click the Directory Security tab.
    - Click the Edit button in the Secure Communications group box.
    - Select the "Require secure channel (SSL)" check box, and click OK.

    Take care,

    Eric


    "anon" <anon@hotmail.com> wrote in message news:%23b$b1bUPEHA.3380@TK2MSFTNGP11.phx.gbl...
    > Hello,
    >
    > I already have setup SSL on my production server via purchasing a
    > certificate and that seems to work fine as I can type in https:// and it
    > works fine.
    >
    > However, I want AND need to be able to test my .ASPX webpages via SSL on my
    > local server.
    >
    > What is the best way to this?
    >
    > Thanks.
    >
    >
    >
    Eric Lemmon Guest

  5. #4

    Default Re: How can I setup SSL on my LOCAL COMPUTER?

    thanks, got it.


    "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
    news:%23s8I25UPEHA.3420@TK2MSFTNGP11.phx.gbl...
    > Set up your own CA, and issue yourself a certificate?
    >
    > [url]http://support.microsoft.com/?id=299525[/url]
    > HOWTO: Set Up SSL Using IIS 5.0 and Certificate Server 2.0
    >
    > [url]http://support.microsoft.com/?id=218445[/url]
    > How to Configure Certificate Server for Use with SSL on IIS (IIS v4.0 and
    > NT)
    >
    > If you are using IIS 6.0, then you can use the tools in the Res Kit:
    >
    [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en[/url]
    >
    > Cheers
    > Ken
    >
    > "anon" <anon@hotmail.com> wrote in message
    > news:%23b$b1bUPEHA.3380@TK2MSFTNGP11.phx.gbl...
    > : Hello,
    > :
    > : I already have setup SSL on my production server via purchasing a
    > : certificate and that seems to work fine as I can type in https:// and it
    > : works fine.
    > :
    > : However, I want AND need to be able to test my .ASPX webpages via SSL on
    > my
    > : local server.
    > :
    > : What is the best way to this?
    > :
    > : Thanks.
    > :
    > :
    > :
    >
    >

    anon 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