Hello all,
I am having trouble with Outlook Web Access and our 2 domains. I believe it to be an IIS 6.0 issue, rather than Exchange though. Here is what is happening.
An employee, when accessing email from outside the network, types in "http://mail.domain.org"
We have a redirect script in place that is supposed to take the employee to "https://mail.domain.gov/exchange" but never does. The employee gets sent to the .org domain.
Security cert. is issued to the .gov domain. DNS is pointing to the correct domains.
I have tried various combos of host headers, and IP addresses.
I believe that the issue lies with the certificate. If I create a test web site (one that points to .gov) that does not require SSL, it takes me to the correct place. Once I require SSL, it takes me to the .org site.
Forgive me if this makes no sense or if it is a simple problem, but this is my first foray into IIS.