HTTPS is a function of the web server and browser. There is nothing you
do to your application at all. Once you have your certificate, you will
need to install it on your IIS server. Then configure that application
to require SSL security. If you have any redirects or DNS issues, you
will need to point them to the HTTPS:// instead of HTTP://
But as to your application, there should be nothing you need to do so
long as you haven't hard coded the HTTP:// inside it.
Hope that helps, Mike
-----Original Message-----
From: David [mailto:mcmahan@b...]
Sent: Thursday, January 18, 2001 10:05 AM
To: HTML Code Clinic
Subject: [html_code_clinic] Using HTTPS
First Post Please Help
I have a client I am building a site for and we have applied for a
Secure
Certificate. My question is what do I need to do with my current forms
to
insure that the data submitted is secure.
Thanks,
DM