Re: Exchange 2003 OWA and IIS over SSL
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 07/12/05
- Previous message: lvpaul_at_gmx.net: "Re: Problem with IIS, Powerpoint and AVI-File"
- In reply to: chuy: "Exchange 2003 OWA and IIS over SSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 12 Jul 2005 00:11:57 -0700
I presume that www.mydomain.com is a different logical IIS website from
mail.mydomain.com . If so, then try:
1. Select the OWA website that answers to https://mail.mydomain.com and
perform the following three configuration steps --
2. Add a new HTTP ServerBinding that answers to host header of
mail.mydomain.com
3. Configure IIS to REQUIRE SSL
4. Configure 403.4 Custom Error to send a 302 redirection to
https://mail.mydomain.com
For #4, see: http://support.microsoft.com/default.aspx?scid=kb;en-us;555126
What you've basically done is set up a website that answers to
http://mail.mydomain.com as well as https://mail.mydomain.com . However,
when the user types in http://mail.mydomain.com, IIS requires SSL and will
send the 403.4 custom error instead. The custom error is changed to send a
302 redirect to the client to go to https://mail.mydomain.com , thus
completing the redirection that you want ONLY for HTTP requests to
mail.mydomain.com.
Since www.mydomain.com and mail.mydomain.com are separate IIS websites, the
"require SSL" only applies to mail.mydomain.com and NOT www.mydomain.com
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "chuy" <chuy@discussions.microsoft.com> wrote in message news:825C13C8-A1A2-4AAB-9C76-48C77749D235@microsoft.com... I have setup Exchange 2003 OWA to run over SSL and everything is working great. My questions is more apart of domain forwarding or redirecting. Basically this is the situation. When my users type in http://www.mydomain.com they should be able to get my website. I would like to set it up where if they type in http://mail.mydomain.com they would be redirected to https://mail.mydomain.com/exchange while not affecting the http://www.mydomain.com. What is the best way to acheive this. Any help appreciated. -Chuy
- Previous message: lvpaul_at_gmx.net: "Re: Problem with IIS, Powerpoint and AVI-File"
- In reply to: chuy: "Exchange 2003 OWA and IIS over SSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]