is just to encrypt the traffic over the wire, it'll still work. the OP
mentioned it's just for a transitional period. Sure, the dialog will show
This doesn't equate to "not going to work". Semantics, perhaps, but there
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:eEd264jRFHA.244@TK2MSFTNGP12.phx.gbl...
> SelfSSL is not going to work for your particular scenario.
>
> It is going to generate a self-signed certificate that is not trusted by
> any
> client, meaning that your users will see warning dialogs popup. This is
> by-design of how SSL works -- no way around it. SelfSSL is best used for
> testing purposes as well as when you control both client and server to get
> free SSL. It is not suitable for any other sort of usage because browsers
> will all pop up a warning dialog.
>
> I suggest you use the same SSL certificate on both servers simultaneously
> during the DNS migration. Your old and new servers both have the same name
> and everything (so that they can continue to use the same SSL
> certificate --
> else browsers will popup warning dialogs), so it is purely a matter of DNS
> that determines which one responds.
>
> --
> //David
> IIS
>
http://blogs.msdn.com/David.Wang > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> //
> "Jody" <Jody@discussions.microsoft.com> wrote in message
> news:997F91AA-2249-4054-8844-1E83411BBFE6@microsoft.com...
> I just downloaded the SelfSSL for the IIS 6.0 resource kit and ran the
> following command line: selfssl.exe /NCN=MySSL /K:1024 /Vv:7 /S:1 /P:443
>
> I got a message that it was successful however when I go in to "Directory
> Security" for my in IIS, the "View Certificate" is grayed out. I also get
> a
> page not found when I try to hit my website using https:// with my IP
> address
> since we have not change the DNS yet.
>
> I am setting this up to A). Test to see if it works and B). We are
> migrating
> our server and do not want to transfer our current certificate to the new
> server until DNS has finished propagating. The thought here is some users
> will hit one server while others will hit the new one allowing for secure
> transactions on both severs simultaneously and eliminate down time .
>
> So I would like to know how I can verify the SelfSSL installed correctly
> and
> works. or if there is another method I should be using for this migration,
>
> Thanks - Jody
>
>