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

  1. #1

    Default testing SSL

    Hi,

    I need to test our site before we publish our public website.
    The problem is our site uses SSL and I can not test SSL before I use our
    public [url]www.OurCompany.com[/url] address.
    and [url]www.OurCompany.com[/url] is mapped to our public address.

    We use internal IP/computer name during testing. Is there any way to test
    site with SSL encryption inside our LAN?

    Thanks,
    Allan


    A.M Guest

  2. Similar Questions and Discussions

    1. Just testing FMS
      If I make own application and test it in FMS Developer Edition can I publish my creation as Open Source Software with GNU GPL and register project...
    2. testing and testing
      The Chinese University og Hong Kong
    3. Is just testing
      Just test my connection
    4. just testing
      Regards, Andu Novac
    5. Testing.
      Just testing my News Reader. Haven't seen much movement in this group. ;-)
  3. #2

    Default Re: testing SSL

    Allan,

    All you need to test SSL is to install a web server certificate to your test
    server. You can issue this certificate yourself (i.e.: get it for free) if
    you run your own certification authority (CA). Your network administrator
    should be able to help you with this. If you are not already running a CA
    within your network, you can install the Microsoft Certificate Services
    application on any Window NT4 or higher server (including your
    development/test web server). For an introduction to using Microsoft
    Certificate Services to issue IIS certificates, see
    [url]http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/maintain/featusability/c06iis.mspx[/url].

    HTH,
    Nicole


    "A.M" <IHateSpam@sapm123.com> wrote in message
    news:ufGDhRsLEHA.3348@TK2MSFTNGP09.phx.gbl...
    > Hi,
    >
    > I need to test our site before we publish our public website.
    > The problem is our site uses SSL and I can not test SSL before I use our
    > public [url]www.OurCompany.com[/url] address.
    > and [url]www.OurCompany.com[/url] is mapped to our public address.
    >
    > We use internal IP/computer name during testing. Is there any way to test
    > site with SSL encryption inside our LAN?
    >
    > Thanks,
    > Allan
    >
    >

    Nicole Calinoiu Guest

  4. #3

    Default Re: testing SSL

    Thans Nicole for help.

    Can I just create a fake [url]www.OurCompany.com[/url] in our internal DNS and then buy
    the SSL key from verisign for [url]www.OurCompany.com[/url] and test the application
    in SSL mode inside our LAN?

    Allan


    Can I just
    "Nicole Calinoiu" <nicolec@somewhere.net> wrote in message
    news:eQbC8ftLEHA.892@TK2MSFTNGP09.phx.gbl...
    > Allan,
    >
    > All you need to test SSL is to install a web server certificate to your
    test
    > server. You can issue this certificate yourself (i.e.: get it for free)
    if
    > you run your own certification authority (CA). Your network administrator
    > should be able to help you with this. If you are not already running a CA
    > within your network, you can install the Microsoft Certificate Services
    > application on any Window NT4 or higher server (including your
    > development/test web server). For an introduction to using Microsoft
    > Certificate Services to issue IIS certificates, see
    >
    [url]http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/maintain/featusability/c06iis.mspx[/url].
    >
    > HTH,
    > Nicole
    >
    >
    > "A.M" <IHateSpam@sapm123.com> wrote in message
    > news:ufGDhRsLEHA.3348@TK2MSFTNGP09.phx.gbl...
    > > Hi,
    > >
    > > I need to test our site before we publish our public website.
    > > The problem is our site uses SSL and I can not test SSL before I use our
    > > public [url]www.OurCompany.com[/url] address.
    > > and [url]www.OurCompany.com[/url] is mapped to our public address.
    > >
    > > We use internal IP/computer name during testing. Is there any way to
    test
    > > site with SSL encryption inside our LAN?
    > >
    > > Thanks,
    > > Allan
    > >
    > >
    >
    >

    A.M Guest

  5. #4

    Default Re: testing SSL

    Allan,

    You could, but that's not the usual approach to testing applications over
    https. In general, neither the name of the server nor the within-server
    path to the application should matter. You should be able to run your
    application internally at [url]https://anyserver/anyfolder/[/url] for testing purposes.
    All that matters is that the web site on "anyserver" be configured for SSL
    with a server certificate. Why pay for this certificate when you can get it
    for free (and even less time investment than applying to a commercial CA)?
    If you don't have an internal CA already and there's nobody on your team who
    has set one up in the past, the initial time investment might be a bit
    higher (but still probably no more than a few hours). Later setups and uses
    would probably run under 5 minutes. Acquiring a certificate from a
    commercial CA can take days to weeks, and you really don't want to deal with
    the hassle that would result if your commercially issued certificate ends up
    being "mishandled" in the dev/test environment...

    HTH,
    Nicole

    "A.M" <IHateSpam@sapm123.com> wrote in message
    news:el1w$rtLEHA.556@tk2msftngp13.phx.gbl...
    > Thans Nicole for help.
    >
    > Can I just create a fake [url]www.OurCompany.com[/url] in our internal DNS and then
    > buy
    > the SSL key from verisign for [url]www.OurCompany.com[/url] and test the application
    > in SSL mode inside our LAN?
    >
    > Allan
    >
    >
    > Can I just
    > "Nicole Calinoiu" <nicolec@somewhere.net> wrote in message
    > news:eQbC8ftLEHA.892@TK2MSFTNGP09.phx.gbl...
    >> Allan,
    >>
    >> All you need to test SSL is to install a web server certificate to your
    > test
    >> server. You can issue this certificate yourself (i.e.: get it for free)
    > if
    >> you run your own certification authority (CA). Your network
    >> administrator
    >> should be able to help you with this. If you are not already running a
    >> CA
    >> within your network, you can install the Microsoft Certificate Services
    >> application on any Window NT4 or higher server (including your
    >> development/test web server). For an introduction to using Microsoft
    >> Certificate Services to issue IIS certificates, see
    >>
    > [url]http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/maintain/featusability/c06iis.mspx[/url].
    >>
    >> HTH,
    >> Nicole
    >>
    >>
    >> "A.M" <IHateSpam@sapm123.com> wrote in message
    >> news:ufGDhRsLEHA.3348@TK2MSFTNGP09.phx.gbl...
    >> > Hi,
    >> >
    >> > I need to test our site before we publish our public website.
    >> > The problem is our site uses SSL and I can not test SSL before I use
    >> > our
    >> > public [url]www.OurCompany.com[/url] address.
    >> > and [url]www.OurCompany.com[/url] is mapped to our public address.
    >> >
    >> > We use internal IP/computer name during testing. Is there any way to
    > test
    >> > site with SSL encryption inside our LAN?
    >> >
    >> > Thanks,
    >> > Allan
    >> >
    >> >
    >>
    >>
    >
    >

    Nicole Calinoiu Guest

  6. #5

    Default Re: testing SSL

    Hi Allan,

    I'm viewing this thread and found that many other community members are
    discussing with you in another thread named
    "RE: Client Side Certificate" in this newsgroup.
    If you feel it convenient that we continue to focus on that one, please
    feel free to post there. Thanks.

    Regards,

    Steven Cheng
    Microsoft Online Support

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

    Steven Cheng[MSFT] Guest

  7. #6

    Default Re: testing SSL

    Nicole,

    I want to apprecite you for refering me to that link!! I just implimented
    the certificate server and it worked fine!!
    It was so well explained and i am happy to know William R. Stanek the book's
    author.

    Thanks,
    Alan



    "Nicole Calinoiu" <nicolec@somewhere.net> wrote in message
    news:eQbC8ftLEHA.892@TK2MSFTNGP09.phx.gbl...
    > Allan,
    >
    > All you need to test SSL is to install a web server certificate to your
    test
    > server. You can issue this certificate yourself (i.e.: get it for free)
    if
    > you run your own certification authority (CA). Your network administrator
    > should be able to help you with this. If you are not already running a CA
    > within your network, you can install the Microsoft Certificate Services
    > application on any Window NT4 or higher server (including your
    > development/test web server). For an introduction to using Microsoft
    > Certificate Services to issue IIS certificates, see
    >
    [url]http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/maintain/featusability/c06iis.mspx[/url].
    >
    > HTH,
    > Nicole
    >
    >
    > "A.M" <IHateSpam@sapm123.com> wrote in message
    > news:ufGDhRsLEHA.3348@TK2MSFTNGP09.phx.gbl...
    > > Hi,
    > >
    > > I need to test our site before we publish our public website.
    > > The problem is our site uses SSL and I can not test SSL before I use our
    > > public [url]www.OurCompany.com[/url] address.
    > > and [url]www.OurCompany.com[/url] is mapped to our public address.
    > >
    > > We use internal IP/computer name during testing. Is there any way to
    test
    > > site with SSL encryption inside our LAN?
    > >
    > > Thanks,
    > > Allan
    > >
    > >
    >
    >

    A.M 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