• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

What is SSL?

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

In HSFJ , web-app security chp, pg 647, it says , "if you are using form authentication, be sure to turn on SSL or session tracking , or your container might not recognize the login form when it is returned."

What is SSL?
 
Author
Posts: 836
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Secure Sockets Layer" (currently SSL 3.0) - an encryption system used when a request using the Secure HTTP (HTTPS) protocol is created. TLS 1.0 (or Transport Layer Security 1.0) supercedes SSL 3.0 although it is roughly identical.

See also:
http://en.wikipedia.org/wiki/Secure_Sockets_Layer

By the way, a quick Google around would find you the answer (and a load of explanations) much faster than posting on this forum.
 
Deepti Padiyar
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the quick reply and thank you for directing me to wikipedia

very EXTENSIVE explanations though .. much more than I asked for !
[ June 26, 2006: Message edited by: Deepti Padiyar ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic