I  put this at the top of my TAF in an IF statement checking the port.
If you are not on port 443 for ssl, then I do a redirect.
I know there is a better way to do this rather than using a meta tag, but I
wrote this a long time ago and have never bothered to change it.



[EMAIL PROTECTED]> test to see if secure already in tango by using
  IF [EMAIL PROTECTED] server_port> != 80     (IT WILL BE 80 OR 443)  80=HTTP
443=HTTPS

 [meta http-equiv="Refresh" content="1; URL=https://<@cgiparam
server_name><@CGI><@appfile>?_FUNCTION=<@ARG
name=_FUNCTION>?<@userreferenceargument>" >

[/@comment>
[BODY>
  [meta http-equiv="Refresh" content="1;
URL=https://www.eapintl.com<@appfile>?_FUNCTION=<@ARG
name=_FUNCTION>&<@userreferenceargument>" >
[/BODY>


I changed < to [ so that some e-mail browsers don't try to treat it as html.

Troy Sosamon



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 6:15 AM
To: [EMAIL PROTECTED]
Subject: Re: Witango-Talk: OT: ssl and frames


I had this same problem. The way I solved it was to redefine the
frame page on a https connect. In other words, when going to the
pages you want to run through SSL, define a frame page to load all
your frames in SSL. A bit of a hassle, but it works.

ie

http://widget.com/frame.html      The first regular frame html that
loads top, left and middle.

https://widget.comframe2.html   The framed html loaded for SSL that
loads top, left and middle.

p.s.

Make sure to carry your variables and args from one to the next or it
may break.

Hope this helps...

>Is there anyway that anyone is aware of that I can make a browser show the
>SSL "LOCK" icon at the bottom when using frames?
>
>In this particular situation, I have 3 frames: top, left, and main (large
>target for most of my content).  The idea here is to have only the Main
>frame change and the Top and Left always remain in place.
>
>When the Main frame is the target of an SSL page, the "Lock" doesn't show
up
>because the Address (URL) always contains the "Home" page address.  Any way
>around this?  The page is secure, that's not the problem.  I'm afraid it's
>the nature of SSL.  I just thought I would throw this question out before
>duplicating all the frame structure under the SSL directory.
>
>TIA
>
>Thomas Ferguson
>Vice President
>Enroll DR, LLC
>710 94th Ave. N. #304
>St. Petersburg, Florida 33701
>
>www.enrolldr.com
>
>________________________________________________________________________
>TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


--
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to