Windows 2000 sp3 server, R:Tango 2000, Rbase 6.5 I have my SSL cert loaded and working properly. I have used the strategy of using domain variables AppRootUrl (exit to http) and SecureAppRootUrl (https) for moving back and forth.
domain$AppRoot is http://<@CGIPARAM NAME=SERVER_NAME> domain$SecureAppRootUrl is https://<@CGIPARAM NAME=SERVER_NAME> I use the http redirect method in a class file: Location: <@VAR method$URL ENCODING=METAHTML><@CRLF><@SETCOOKIES><@USERREFERENCECOOKIE><@CRLF><@CRLF> In my logon taf everything works great on the redirect if I use a link similar to the following: <A HREF="<@var domain$AppRootUrl><@var domain$CGI><@var domain$RootPath>Shopper/Password.taf?<@USERREFERENCEARGUMENT>">here</A> I also have a form command as follows that cycles back into the login taf upon submit: <FORM NAME="LookupShopper" METHOD="POST" ACTION="<@var domain$SecureAppRootUrl><@var domain$CGI><@var domain$RootPath>Shopper/Lookup.taf?_function=login&_target=<@ARG _target>&<@USERREFERENCEARGUMENT>"> Appears to works good. But at the end of the code to search and find the shopper, I redirect back (to http) by passing the following to method$URL: <@var domain$AppRootUrl><@var domain$CGI><@var domain$RootPath><@ARG _target>?_action=<@ARG _action>&P_ID=<@ARG P_ID>&Quantity=<@ARG Quantity>&<@USERREFERENCEARGUMENT> I get the following message from the browser "You are about to be redirected to a connection that is not secure. The information you .........................." What do I have to change to get rid of this message? Thanks Steve Fogelson Internet Commerce Solutions PS: I am using some of the old store front app to build my shopping cart application ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
