Dan,
Here is a copy of a message I sent to Steve Smith on the same subject:
Steve,
Not a problem. I have one large app that runs all the time under SSL. I have others that switch between SSl and standard mode all the time.
I do quite a lot with VeriSign and need the SSL pages.
Some say that  applications run slower under SSL, I haven't found that to be the case so far.
Some code to switch looks like this: (this one goes to another page if in 'view' mode) (Inside a _javascript_ function)

<@IF Expr="<@ARG Mode> = 'View'">
document.forms[0].action="" EventNumber>&<@UserReferenceArgument>"
<@ELSE>
document.forms[0].action="" href="" eudora="autourl">https://<@CGIPARAM NAME=SERVER_NAME><@CGI><@APPFILE>?EDTab=1&TAB=ParticipantView3&EventNumber=<@ARG EventNumber>&<@UserReferenceArgument>"
</@IF>

Just avoid canned syntax to pages like http://MybestTaf.taf?_function=Action&Subfunction=subfunction...
Use <@CGI><@APPFILE> etc.

~Brian Mowers

At 01:56 PM 1/31/2003 -0500, you wrote:
Finally have the Security certificate for this customers site.

So now in the going to the taf where they enter and process credit card
information what do I do with

<@CGI><@APPFILEPATH>checkout.taf?.....

And on the other side one they leave the secure area how do I get them out
of HTTPS back to HTTP

I also wonder how I keep out people who don't use HTTPS It looks to me like
if I just change the URL string in the browser from HTTP to HTTPS I can go
my merry way. So I guess I have to somehow trap for that in my taf? Or is
that just peoples problem?

What is the best way to handle this?

Dan

Dan
--
Dan Stein
Digital Software Solutions
799 Evergreen Circle
Telford PA 18969
Land: 215-799-0192
Mobile: 610-256-2843
Fax 413-410-9682
FMP, WiTango, EDI,SQL 2000
[EMAIL PROTECTED]
www.dss-db.com


________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Brian Mowers
[EMAIL PROTECTED]

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to