Skip to Content

Home > How To's Library > Building A Website > SSL: Secure Sockets Layer

SSL: Secure Sockets Layer

Listings

HOW DO I GET A CERTIFICATE
( Added: Mon Jun 13 2005   Hits: 55)

Operating a secure server addresses two issues: proving that you (the server operator) are who you say you are, and preventing data from being intercepted and decoded by a less than nice person. The certificate authority is a company such as Verisign and Thawte. Their role is to grant the certificate to the site operator, and in doing so guarantee to the visitor to the site that they are in fact at a site owned and/or operated by the company that purchased the certificate.

Report Link Rate It Review It Send To Friend!

HOW DOES A SECURE SERVER WORK
( Added: Mon Jun 13 2005   Hits: 63)

Unlike requesting a regular (http) web page or script, the browser and server must go through a few gyrations before anything can happen of interest to the reader. Here is a simplified outline of how the SSL connection is made.

Report Link Rate It Review It Send To Friend!

SECURE & UNSECURE
( Added: Mon Jun 13 2005   Hits: 58)

The major difference between secure and unsecure pages is the service name. Notice the "s" in "https"? This indicates a call to a secure server instead of an "insecure" one. ;-)

Report Link Rate It Review It Send To Friend!

WHAT EXACTLY IS A SECURE SERVER
( Added: Mon Jun 13 2005   Hits: 61)

A lot of folks seem to confuse the concepts of site security with secure servers. One would hope that a secure server (one that uses SSL to communicate) is also somewhat secure from intrusion. The truth is that there is that a secure server will run just fine on a server with little or no security (in the sense of intrusion prevention) on it!

Report Link Rate It Review It Send To Friend!