shouldnt that be port 443?
ie
cfif cgi.server_port NEQ 443
-----Original Message-----
From: Douglas Smith [mailto:[EMAIL PROTECTED]]
Sent: 03 March 2001 01:03
To: Fusebox
Subject: Re: Simple Question? Forcing SSL for a Fuseaction?
I think most SSL is based on the port, right?
Try this:
<CFIF CGI.SERVER_PORT is not 442>
<CFLOCATON url="https://www.mysite.com/gooddog.cfm">
</cfif>
At 04:49 PM 3/2/01, Steve Ray wrote:
>Hmm, reading my own msg., looks like I wasn't very clear.
>After you set it up, you could do a check for ssl (maybe doing a find with
>#SERVER_PROTOCOL#, anybody know?), and
>redirect them to the ssl page.
>
>Boy, it's fun responding to myself.
>
>Steve
>
>
>Steve Ray wrote:
>
> > Yes.
> > [From the book]
> >
> > you can setup a request.sslroot variable (in app_globals, for
> instance), and
> > use it lak so:
> >
> > a href="#request.sslroot#/checkout/index.cfm".
> >
> > That should do it.
> >
> > Steve Ray
> > Matrix
> >
> > Jeff Hatfield wrote:
> >
> > > Greetings,
> > >
> > > This seems like it should be simple, but I'm left scratching my head.
> > > How do I force a fuseaction to only use SSL? Failing that, how do I
> > > force a specific template (such as a dsp_ file) to only display via
SSL?
> > >
> > > Tips and tricks are appreciated. TIA
> > >
> > > Jeff
> > >
> > > --
> > > Jeff Hatfield
> > > [EMAIL PROTECTED]
> > >
> > > Archives: http://www.mail-archive.com/[email protected]/
> > > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
> >
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists