Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Redirect http to https on OWA IIS6.0 not working

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS Not displaying updated asp files  
Author Message
jessla13

External


Since: Aug 03, 2006
Posts: 1



(Msg. 1) Posted: Thu Aug 03, 2006 10:40 am
Post subject: Redirect http to https on OWA IIS6.0 not working
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,
I'm having trouble getting the redirect working on my front end server
for OWA. I've done the following

1. Installed SSL and enabled it on the default and exchange site.
2. created an asp file with the following code:
<%
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
%>

3. Edited the Custom Error for 403.4 so it points to the asp file when
someone puts in http and set the message type to URL.

Am i missing anything? I can't get it to redirect to https. I have
the virtual directory working, so you only have to put in
https://servername.com, but I can't get the https redirect to work
properly. I've followed numerous MS articles on this as well, and
nothing has seemed to work.

 >> Stay informed about: Redirect http to https on OWA IIS6.0 not working 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS6 redirect http to https - IIS6/Exchange 2003 I've added the SSL cert and now when users go to http://... I want them to automactically be redirected to https://... but nothing I've found on Google seems to work. Does anyone have this working and would you please share the steps. ...

IIS https redirect not working - I have set up a Exchange 2003 front end server and under IIS6 I have set the resirect to https://servername/exchange/. Problem is when I call the http://servername/exchange/ it comes up with the 403.4 error instead of redirecting to https://. On a..

ASP.NET/IIS with SSL/HTTPS login redirect not working from.. - Hi, I have IIS setup for HTTPS on Windows 2003 Server on a LAN connected to the internet. I have port forwarding on the router to forward ports 80 and 443. When I access the login page on the LAN it works when I access it from the WAN through the..

Redirect HTTP to HTTPS - Hi, I'm having a lot of trouble redirecting my site... I've looked at other discussion forum topics, but nothing is working for me. I don't think I fully understand what to do, and I am looking for somebody to explain it in simple terms. I have my..

OWA redirect from http to https - Does anyone know why this doesn't work correctly? I installed my certificate and can access OWA if I use https://mydomain.com/exchange. The below Queue article will force an automatic redirect of http://mydomain.com/exchange to ..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]