RE: Witango-Talk: SSL Question part II

2003-02-01 Thread Steve Smith
The site that we set up was a subdomain that was https only, we didn't want anyone trying to use the http server. I ended up modifying the 403-4.htm which is an IIS file. I set it to do a redirect to the https server. Hope this helps, Steve Smith Oakbridge Information Solutions Office: (519) 624

Re: Witango-Talk: SSL Question part II

2003-01-31 Thread Brian Mowers
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  app

Re: Witango-Talk: SSL Question part II

2003-01-31 Thread Mark Bushaw
I ended up hard coding the links to https://secure.com<@VAR application$CGI><@APPFILE>?_function=.. And also did the reverse for links off the page. Mark Bushaw - Original Message - From: "Dan Stein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 10:56 AM Su

Re: Witango-Talk: SSL Question part II

2003-01-31 Thread Scott Cadillac
Hi Dan, Try: <@IF EXPR"<@CGIPARAM SERVER_PORT> = 443"> Show them the secure HTTPS form <@ELSE> Else show them a message that they need to be using a "HTTPS" address Note: A typical SSL install will set Port 443 as the default - but it could be something different so check it out first.