SSL and HTTPS
I ran across a practice question that asked the differences between SSL and HTTPS. I thought that HTTPS used SSL to secure the channel between client and server and therefore there should be no differences. Also when you are using SSL, the url becomes https:// whatever
S-HTTP is HTTP with message security so I can see the differeneces there.
S-HTTP is HTTP with message security so I can see the differeneces there.
Comments
SSL was designed to secure web sessions, but SSL by itself gives you nothing - just a handshake and encryption. To get anything out of SSL you need a TCP application - HTTPS, IMAP, POP, SMTP & stuff like that.
HTTPS is basically HTTP over SSL.
FIM website of the year 2007