[THIN] Re: HTTP redirect to HTTPS on CAG

  • From: "Steve Greenberg" <steveg@xxxxxxxxxxxxxx>
  • To: <thin@xxxxxxxxxxxxx>
  • Date: Thu, 2 Mar 2006 14:40:05 -0700

This is a good suggestion and probably the most practical way to do it...

 

Steve Greenberg

Thin Client Computing

34522 N. Scottsdale Rd D8453

Scottsdale, AZ 85262

(602) 432-8649

www.thinclient.net

steveg@xxxxxxxxxxxxxx

 

  _____  

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf
Of IT Support
Sent: Thursday, March 02, 2006 1:57 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: HTTP redirect to HTTPS on CAG

 

Personally I would not want to allow port 80 traffic to touch the CAG at
all, so here's what I'd do:

 

1.      on your firewall, lock it down to only allow ssl (443) traffic to
the CAG
2.      on your firewall, set up a port forward to take port 80 traffic
destined to your CAG server and redirect it to another web-server
3.      configure a new site on your web-server to take the port 80 traffic
4.      make sure you set up the host header to point to your WI server (ie.
cag.mycompany.com for example as this will be the dns presented to the
server)
5.      create a redirect file on your site:

a.      Ie., in ASP you would create a file called default.asp containing
the following code and put it in your default web-folder

 


<% response.direct("https://cag.mycompany.com";) %>

 

 

 

  _____  

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf
Of Evan Mann
Sent: 02 March 2006 17:51
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: HTTP redirect to HTTPS on CAG

 

I looked around to see if the CAG could do this and couldn't come up with
it.  My only idea was do a redirect on one of my internal webservers.
Obviously not a solution for everyone.

 

 

 

  _____  

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf
Of Matthew Shrewsbury
Sent: Thursday, March 02, 2006 11:50 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: HTTP redirect to HTTPS on CAG

I'm dealing with that same issue right now. I found that for $12 per year
network solutions will redirect this for us although it seems crazy to have
to pay someone. Our DNS is hosted with network solutions so I don't know if
that would work for you.

 

If you find a answer please let me know.

 

Matthew Shrewsbury, MCSE+Internet MCSE 2000 CCA Server+

Senior Network Administrator

-----Original Message-----
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf
Of Steve Greenberg
Sent: Thursday, March 02, 2006 12:03 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] HTTP redirect to HTTPS on CAG

 

Does anyone know of a way to allow the end user to hit a port 80 HTTP page
on the CAG and have it redirect to the port 443 HTTP page??

 

Steve Greenberg

Thin Client Computing

34522 N. Scottsdale Rd D8453

Scottsdale, AZ 85262

(602) 432-8649

www.thinclient.net

steveg@xxxxxxxxxxxxxx 

Other related posts: