To add to what I already wrote...companyweb ip = 192.168.1. |
Rya posted on Monday, July 30, 2007 1:18 PM
|
To add to what I already wrote...
companyweb ip = 192.168.1.1
default web site ip = (All Unassigned)
office terminal ip = 192.168.1.2
I need to set up ssl for the office terminal web site, but I keep getting
the error asking me to select an unused port. Should I just pull a number out
of thin air and use it there instead of 443 & 444, or is there something I'm
missing that will allow me to use 443 or 444. |
 |
|
SSL Help |
David Wang posted on Monday, July 30, 2007 10:29 PM
|
If you choose random numbers, you will likely get random results.
Please calm down and explain what you are trying to do. Especially
since this is the first time you are doing this.
If you just make random changes, then be prepared to reinstall the
SBS2003 server. It is no fun troubleshooting random configuration
changes.
To be clear, you don't need to setup SSL unless you want to encrypt
traffic from the browser client coming TO this website. You don't need
a certificate to send payment information to the online merchant
gateway unless they require client certificate authentication.
If you just turn off "Default Web Site" and add "443" to "Office
Terminal" website, how are you certain that:
1. Your request is actually routed to the correct website
2. The website actually has a page that you are navigating to? They
were different websites likely pointing at different content, so if
you are not certain what you just did, the "page not found" error is
likely to be legitimate.
The IIS log file for that website's request will tell everything --
whether your request arrived at the right website and what was the
request processing result. If you do not look at the log file, you are
simply assuming that you can guess the correct answer on the first
time.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
// |
 |
|