RE: Changing SSL Port of OWA 2003
- From: Thomas Dietrich <ThomasDietrich@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 19 Dec 2005 08:43:01 -0800
Gustavo,
I've been having a lot of problems with OWA on Exchange 2003 returning "You
are not authorized..." errors, in addition to all the problems with the
redirect from
http://owa.company.com to https://owa.company.com/exchange
I've tried several different solutions, but NONE of them are complete.
Here is what
I have so far:
In my Default Website I have a redirect.htm file which is at the top of my
document list. The properties of that redirect.htm file tell the server to
redirect to a URL, "/Exchange". I've tried changing that to
"https://owa.company.com/Exchange", but that doesn't work, so it's just
"/Exchange"
I also created a folder inside C:\inetpub\wwwroot and called it OWAASP. I
then copied and pasted an owaasp.asp script file which contains:
<%
If Request.ServerVariables("SERVER_PORT")=80 Then
Dim strSecureURL
strSecureURL = "https://"
strSecureURL = strSecureURL & Request.ServerVariables("SERVER_NAME")
strSecureURL = strSecureURL & "/exchange"
Response.Redirect strSecureURL
End If
%>
I then adjusted the custom errors for 403;4 to point to that owaasp.asp
file. (when a user gets error 403;4 they get the file instead).
Still no luck!!! I tried another asp script:
<%
response.redirect "https://owa.company.com/exchange"
%>
NO GOOD!!! This is a real PAIN!!
Can you post your script, or more details about your configuration? I have
been messing with this for 2 days.
Thanks,
--
Thomas Dietrich
"Gustavo Del Grosso" wrote:
> You can make a redirect asp page. Put this page in the default web site and
> all requests that points to owa will be redirected to the right url.
> I have OWA with SSL, FBA and Front End schema and it is using an asp redirect.
>
> --
> Gustavo Del Grosso
> Laboratorios Andrómaco
> Gerencia de Tecnología
> gustavodelgrosso@xxxxxxxxxxx
>
>
> "Ripon Bahl" wrote:
>
> > Hi
> >
> > We are running Exchange 2003 SP2 / Windows 2003 SP1
> >
> > Problem :
> >
> > I have applied SSL with FBA on the FE server. I need to change my SSL port
> > from 443 to 9443.
> >
> > In case i change the port on the default directory tab, i need to browse the
> > website through https://servername:9443/exchange. I don't want the user to
> > specify the port number in the URL.
> >
> > Please note that the uses are accessing the OWA through LAN only and there
> > is no firewal in between clients and server
> >
.
- Prev by Date: Antivirus Delete Exchange File
- Next by Date: Re: DN$ Errz - [WILDPACKET]
- Previous by thread: Antivirus Delete Exchange File
- Next by thread: Re: Question about data in SMTP header
- Index(es):
Relevant Pages
|