Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Using HTTPS


Message #1 by "David" <mcmahan@b...> on Thu, 18 Jan 2001 18:04:53 -0000
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


  Return to Index