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 08:54 PM 1/21/2003 -0600, you wrote:
Windows 2K sp2, R:Tango 2000

I have used digital certs with other applications. I would like to know if
there are any challenges with Witango and serving secure pages?

My application is an online store and I want to serve secure pages for
checkout.

I was also wondering if any of you serve secure pages for entering accountid
and password as well as shopper information prior to checkout?

Any problems going back and forth between secure and non secure pages.

Thanks in advance

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

Brian Mowers
[EMAIL PROTECTED]

Reply via email to