|
-
Jan 24th, 2005, 05:58 PM
#1
Thread Starter
Hyperactive Member
Alternate SSL Port
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?
thanks,
John
To the world you may just be one person, but to this one person, you just might be the world.
-
Jan 24th, 2005, 10:26 PM
#2
Re: Alternate SSL Port
 Originally Posted by johnweidauer
Did you miss the : ?
this should be:
https://Site2:1234
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Jan 24th, 2005, 11:54 PM
#3
Thread Starter
Hyperactive Member
Re: Alternate SSL Port
no, sorry, miskey... https://site2:#### displays page cannot be found
To the world you may just be one person, but to this one person, you just might be the world.
-
Jan 25th, 2005, 12:00 AM
#4
Re: Alternate SSL Port
hmmm.. without poking around your setup, the only things i can suggest is:
On the server: https://localhost:####
check firewall settings on port ####
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|