Differences between version 21 and previous revision of SSLNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 21 | Last edited on Saturday, July 23, 2005 12:50:59 pm | by AristotlePagaltzis | Revert |
Older page: | version 20 | Last edited on Wednesday, February 11, 2004 3:25:33 pm | by JohnMcPherson | Revert |
@@ -1,6 +1,6 @@
[SSL] stands for Secure Socket Layer. Its used for secure communications between SSL-enabled clients and servers. Typical examples of its use
-include [HTTPS], [POP]S, [LDAP]S, and so on. If you are doign any network-based authentication, you should be doing it over SSL. Ideally, you want
+include [HTTPS], [POP|POP3
]S, [LDAP]S, and so on. If you are doign any network-based authentication, you should be doing it over SSL. Ideally, you want
all network-enabled services (http, smtp, pop, samba, ldap) running over it. Slim chance, I know. :)
----