| Author |
Message |
Shawn Kovalchick
Guest
|
Posted:
Fri Nov 04, 2005 5:51 pm Post subject:
Redirecting http to https |
|
|
I have a SharePoint portal that I need to switch to SSL. I have done
everything except selecting Require Secure Channel. Before I do this,
is there a way to redirect http traffic to https, so that existing
bookmarks will work?
Here is what I have tried so far:
I tried the suggestions at
http://blog.opsan.com/archive/2005/10/19/1979.aspx, but It won't execute
the aspx page. I created the file in it's own virtual directory,
excluded the directory from SharePoint, created a web.config to allow
the file to run, and set the virtual directory to allow insecure
traffic. If I navigate to the page directly, it works. but when I set
the 403.4 error to use the page, I just get the standard error. |
|
| Back to top |
|
 |
Peter Huang" [MSFT]
Guest
|
Posted:
Sat Nov 05, 2005 9:50 am Post subject:
RE: Redirecting http to https |
|
|
Hi,
Currently I am looking for somebody who could help you on it. We will reply
here with more information as soon as possible.
If you have any more concerns on it, please feel free to post here.
Thanks for your understanding!
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights. |
|
| Back to top |
|
 |
Wei-Dong XU [MSFT]
Guest
|
Posted:
Mon Nov 07, 2005 9:51 am Post subject:
RE: Redirecting http to https |
|
|
Hi Shawn,
Sharepoint is essentailly one web application which doesn't provide one
redirection functionality to change the url. We will need to find the
method out of Sharepoint. I have two suggestions for your scenario:
1. if there is one ISA server between your sharepoint server and client,
you could use it to rewrite the url: change the http url to https.
2. you could write one isapi filter and use to change the http request to
https. There is one sample from Microsoft SDK on the url processing:
How to make an ISAPI redirection filter
http://www.codeproject.com/isapi/isapiredirector.asp
*please configure it at the IIS virtual server to sit before the Sharepoint
filter stsfltr.dll. This is required that your filter will change the url
before the sharepoint processing. If not, sharepoint will receive the
original request url. This kb article introduces the steps:
How To Install an ISAPI Filter Dynamic-Link Library
http://support.microsoft.com/kb/q150312/
In addition, this article introduce all the necessary configuration for
using SSL in Sharepoint.
Enabling Secure Sockets Layer for SharePoint Portal Server 2003
http://www.microsoft.com/technet/prodtechnol/office/sps2003/maintain/enablss
l.mspx
Please feel free to let me know if you have any further question on this
matter.
Best Regards,
Wei-Dong XU
Microsoft Product Support Services
This posting is provided "AS IS" with no warranties, and confers no rights.
It is my pleasure to be of assistance. |
|
| Back to top |
|
 |
Todd Klindt
Guest
|
Posted:
Tue Nov 08, 2005 5:51 pm Post subject:
Re: Redirecting http to https |
|
|
We had the exact same problem. Here's the method I use. Works like a
champ.
http://wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=359
tk
"Shawn Kovalchick" <bamapookie@newsgroups.nospam> wrote in message
news:%23U0DOKW4FHA.3036@TK2MSFTNGP15.phx.gbl...
| Quote: | I have a SharePoint portal that I need to switch to SSL. I have done
everything except selecting Require Secure Channel. Before I do this, is
there a way to redirect http traffic to https, so that existing bookmarks
will work?
Here is what I have tried so far:
I tried the suggestions at
http://blog.opsan.com/archive/2005/10/19/1979.aspx, but It won't execute
the aspx page. I created the file in it's own virtual directory, excluded
the directory from SharePoint, created a web.config to allow the file to
run, and set the virtual directory to allow insecure traffic. If I
navigate to the page directly, it works. but when I set the 403.4 error
to use the page, I just get the standard error. |
|
|
| Back to top |
|
 |
|
|
|
|