Archive for March, 2008

24
Mar

How SSL works tutorial - with HTTPS example

Posted in https, ssl  by sdennis

Know what happens when you submit your data or information to a secure site? I added another tutorial, this time about SSL. It explains in a step-by-step fashion what SSL (specifically TLS) is for, and how it works, using examples.

The tutorial covers how SSL is useful for both encryption and identification (often called authentication because it authenticates the server your browser is speaking to). I go through a quick example of what happens behind the scenes when you submit a form on the web through HTTPS. The example covers what’s called the ‘SSL handshake’ in detail, and the messages the computers send each other so to establish an encrypted connection. I try to give graphical examples to make it obvious s at’s happening.

I also cover identification - how your browser knows how to ‘trust’ a certificate that is sent from a web server. This covers the role of a CA (Certificate Authority) in how they electronically represent their trust in other organizations.

If you want a good foundation for what you learn on this tutorial, I recommend you check out the wikipedia article on Public Key Encryption at http://en.wikipedia.org/wiki/Public-key_cryptography (which I touch on but do not explain in the tutorial). If you want to go further than my tutorial, your next best bet is to have a look at the wikipedia article on transport-layer security at http://en.wikipedia.org/wiki/Secure_Sockets_Layer.

All comments welcome.

Technorati Tags: , , , , , , ,

Tags: , , , , , , ,

16
Mar

Tomcat installation tutorial video

Posted in tomcat  by admin

I created a tutorial which guides you through installing Tomcat 6 under Java 5. I go through going to Sun’s site, downloading then installing Java SE 1.5, then going to the Apache Software Foundation’s site and downloading Tomcat 6. I then go through the standard installation procedure, change the port number to port 80, and test that it works.

I’ve since recoded this video to make it more watchable.

 

Video on YouTube

Technorati Tags: , , , ,

Tags: , , , ,