PDA

Click to See Complete Forum and Search --> : Alternate SSL Port


johnweidauer
Jan 24th, 2005, 04:58 PM
I have a single web server, single IP Address, 2 websites installed. DNS resolves the two sites via the header information, but I need SSL on both sites. I have two certificates, i have installed each certificate on the appropriate sites. Site1 works properly, https://Site1, no issues. I have set site2 up on a different port, firewall allowes traffic on this port, i have also updated the port number in IIS for site2, however, https://Site2 directs you to site1, makes sense since site1 is on the default port. https://Site2#### (#### being the mentioned alternate port) directs you to the "page cannot be displayed". any ideas? :sick:

thanks,

John

<ABX
Jan 24th, 2005, 09:26 PM
https://Site2####


Did you miss the : ?

this should be:

https://Site2:1234

johnweidauer
Jan 24th, 2005, 10:54 PM
no, sorry, miskey... https://site2:#### displays page cannot be found

<ABX
Jan 24th, 2005, 11:00 PM
hmmm.. without poking around your setup, the only things i can suggest is:

On the server: https://localhost:####
check firewall settings on port ####