When you request a certificate, you only need to enter the "common name" of
the site. the port is irrelevant.
You can access this site as:
https://newsite:4433/
That said, obviously "newsite" is not resolvable on the public internet, so
when you port forward port 4433 to your internal site, you'd probably access
the site as
http://xx.xx.xx.xx:4433/ (where xx.xx.xx.xx if your public IP
address), and you'd get an error saying that "xx.xx.xx.xx" does not match
the common name in the certificate that is being presented, and asking you
whether you still wish to visit the site or not.
Cheers
Ken
"Ryan" <Ryan.DeleteThis@discussions.microsoft.com> wrote in message
news:A7A12922-8EE0-4A31-B3C2-7498FB75FECB@microsoft.com...
>I have one (1) public IP address running through a NAT router, and three
>(3)
> private network sites set up on my server:
> --> default - LAN IP: all unassigned - SSL: 443
> --> companyweb - LAN IP: 192.168.1.1 - SSL: 444
> --> newsite - LAN IP: 192.168.1.2 - SSL: 4433
>
> My question is... will a certificate work with 'newsite' using this
> set-up?
> And if so, what special process, if anything, will need to be done when
> requesting my certificate for port 4433? >> Stay informed about: SSL on non-standard port question