Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Redirect from a HTTP page to HTTPS

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
OWA redirect from http to https - Does anyone know why this doesn't work I installed my and can access OWA if I use The below Queue article will force an automatic redirect of to ..

Redirect HTTP to HTTPS - Is there a way to redirect http to https on the same server without using an .htm file that contains redirect info? What I'm looking for is to redirect to something like Thanks. IIS5/W2K

IIS6 redirect http to https - 2003 I've added the SSL cert and now when users go to I want them to be to but nothing I've found on Google seems to work. Does anyone have this working and would you please share the steps. ..

Automatic http to https redirect - I'm having a few services running on my server that requires SSL (such as OWA and UDDI) but I have a problem, if a user types http instead of https, it doesn't redirect to the correct url, instead i just displays a 403.4... How do I make this..

Http to HTTPS - Hello, I wanted to know if anyone has a way to switch from http to https on specific pages without redirect of the 403.4(I have been doing this a while now) maybe with some code that will increase my load time instead of it of of another..
Author Message
anonymous1619

External


Since: Apr 07, 2004
Posts: 4



(Msg. 1) Posted: Wed Apr 07, 2004 9:18 pm
Post subject: Redirect from a HTTP page to HTTPS
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,

We are running an intranet that can be accessed only through "https"; but I
need to show a "dead page". This so-called dead-page will be an http page
that will redirect to the https page after successful authentication (we are
using Integrated Authentication). Obviously this "http" page cannot live on
the same website since it will never be accessible w/o authentication. By
doing this users can then set this "http" page as the default page for the
browser. Once on this page they will have a link to the "https" that will
authenticate them.

I hope I have managed to clearly convey my problem. Any help is greatly
appreciated.

Cheers...
AG

 >> Stay informed about: Redirect from a HTTP page to HTTPS 
Back to top
Login to vote
jackieja

External


Since: Aug 26, 2003
Posts: 392



(Msg. 2) Posted: Thu Apr 08, 2004 8:59 pm
Post subject: RE: Redirect from a HTTP page to HTTPS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Take a look at the following KB article, this may help you out:

239875 HOW TO: Use ASP to Force SSL for Specific Pages
http://support.microsoft.com/?id=239875

Hope this helps!

Thank you,

Jackie Jaynes [MSFT]
Microsoft IIS
JackieJa DeleteThis @online.microsoft.com

Please do not send email directly to this alias. This
is our online account name for newsgroup participation only.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.

 >> Stay informed about: Redirect from a HTTP page to HTTPS 
Back to top
Login to vote
anonymous1619

External


Since: Apr 07, 2004
Posts: 4



(Msg. 3) Posted: Fri Apr 09, 2004 5:46 pm
Post subject: Re: Redirect from a HTTP page to HTTPS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for pointing to this article. I am not sure if this will help me.

Let me explain my issue using a fictitiuos web site called "cakewalk.com".

The secure site is <a style='text-decoration: underline;' href="https://intranet.cakewalk.com." target="_blank">https://intranet.cakewalk.com.</a> But I need to provide an
"http" version i.e. <a style='text-decoration: underline;' href="http://intranet.cakewalk.com" target="_blank">http://intranet.cakewalk.com</a> that the users can set as
their default home page (without having to autheticate the user). The only
link on this page will be <a style='text-decoration: underline;' href="https://intranet.cakewalk.com." target="_blank">https://intranet.cakewalk.com.</a> On clicking this
link the Windows authetication dialog box will be displayed.

The primary reason for doing this "dead" http page is that if the users set
<a style='text-decoration: underline;' href="https://intranet.cakewalk.com" target="_blank">https://intranet.cakewalk.com</a> as their default home page then the first
thing that they will be shown on launching the browser would be the Windows
authetication dialog box. The purpose of this "dead" page is to avoid
presenting the Windows dialog box until the user clicks on the "https" link.

Any help is greatly appreciated.

--AG

"Jacqueline Jaynes [MSFT]" <JackieJa@online@microsoft.com> wrote in message
news:dvp57MZHEHA.3444@cpmsftngxa06.phx.gbl...
 > Take a look at the following KB article, this may help you out:
 >
 > 239875 HOW TO: Use ASP to Force SSL for Specific Pages
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=239875</font" target="_blank">http://support.microsoft.com/?id=239875</font</a>>
 >
 > Hope this helps!
 >
 > Thank you,
 >
 > Jackie Jaynes [MSFT]
 > Microsoft IIS
 > JackieJa.DeleteThis@online.microsoft.com
 >
 > Please do not send email directly to this alias. This
 > is our online account name for newsgroup participation only.
 >
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > You assume all risk for your use. © 2001 Microsoft Corporation. All
rights
 > reserved.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Redirect from a HTTP page to HTTPS 
Back to top
Login to vote
anonymous1619

External


Since: Apr 07, 2004
Posts: 4



(Msg. 4) Posted: Mon Apr 12, 2004 2:05 am
Post subject: Re: Redirect from a HTTP page to HTTPS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have tried to clarify my issue further.

Thanks for your help.
AG
"AG" <anonymous.RemoveThis@online.microsoft.com> wrote in message
news:ukTW%23OnHEHA.3536@TK2MSFTNGP09.phx.gbl...
 > Thanks for pointing to this article. I am not sure if this will help me.
 >
 > Let me explain my issue using a fictitiuos web site called "cakewalk.com".
 >
 > The secure site is <a style='text-decoration: underline;' href="https://intranet.cakewalk.com." target="_blank">https://intranet.cakewalk.com.</a> But I need to provide
an
 > "http" version i.e. <a style='text-decoration: underline;' href="http://intranet.cakewalk.com" target="_blank">http://intranet.cakewalk.com</a> that the users can set as
 > their default home page (without having to autheticate the user). The
only
 > link on this page will be <a style='text-decoration: underline;' href="https://intranet.cakewalk.com." target="_blank">https://intranet.cakewalk.com.</a> On clicking this
 > link the Windows authetication dialog box will be displayed.
 >
 > The primary reason for doing this "dead" http page is that if the users
set
 > <a style='text-decoration: underline;' href="https://intranet.cakewalk.com" target="_blank">https://intranet.cakewalk.com</a> as their default home page then the first
 > thing that they will be shown on launching the browser would be the
Windows
 > authetication dialog box. The purpose of this "dead" page is to avoid
 > presenting the Windows dialog box until the user clicks on the "https"
link.
 >
 > Any help is greatly appreciated.
 >
 > --AG
 >
 > "Jacqueline Jaynes [MSFT]" <JackieJa@online@microsoft.com> wrote in
message
 > news:dvp57MZHEHA.3444@cpmsftngxa06.phx.gbl...
  > > Take a look at the following KB article, this may help you out:
  > >
  > > 239875 HOW TO: Use ASP to Force SSL for Specific Pages
<font color=green>  > > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=239875</font" target="_blank">http://support.microsoft.com/?id=239875</font</a>>
  > >
  > > Hope this helps!
  > >
  > > Thank you,
  > >
  > > Jackie Jaynes [MSFT]
  > > Microsoft IIS
  > > JackieJa.RemoveThis@online.microsoft.com
  > >
  > > Please do not send email directly to this alias. This
  > > is our online account name for newsgroup participation only.
  > >
  > > This posting is provided "AS IS" with no warranties, and confers no
 > rights.
  > > You assume all risk for your use. © 2001 Microsoft Corporation. All
 > rights
  > > reserved.
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Redirect from a HTTP page to HTTPS 
Back to top
Login to vote
Display posts from previous:   
   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 ]