Security Basics mailing list archives

Re: Diff between SSL3.0 and TLS


From: jconstantinou () gmail com
Date: Tue, 10 Aug 2010 07:50:43 -0600

They are different in how they establish a secure connection.  SSL connections secure the communication first off, 
where as TLS connections send an insecure “hello” first and only switch to secured communications after a successful 
handshake.

Another difference is ports.  TLS allows both secure and insecure connections over the same port, whereas SSL is a 
fixed secure-only port. For example, if you are using TLS with IMAP you can switch between secure connections and 
insecure connections if necessary without needing to change ports. This is not possible with SSL.

------------------------------------------------------------------------
Securing Apache Web Server with thawte Digital Certificate
In this guide we examine the importance of Apache-SSL and who needs an SSL certificate.  We look at how SSL works, how 
it benefits your company and how your customers can tell if a site is secure. You will find out how to test, purchase, 
install and use a thawte Digital Certificate on your Apache web server. Throughout, best practices for set-up are 
highlighted to help you ensure efficient ongoing management of your encryption keys and digital certificates.

http://www.dinclinx.com/Redirect.aspx?36;4175;25;1371;0;5;946;e13b6be442f727d1
------------------------------------------------------------------------


Current thread: