Return-Path: Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: (qmail 88357 invoked from network); 8 Sep 2004 19:01:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Sep 2004 19:01:40 -0000 Received: (qmail 22085 invoked by uid 500); 8 Sep 2004 19:01:37 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 21959 invoked by uid 500); 8 Sep 2004 19:01:35 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@httpd.apache.org Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 21934 invoked by uid 500); 8 Sep 2004 19:01:35 -0000 Delivered-To: apmail-apache-docs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 8 Sep 2004 19:01:33 -0000 Message-ID: <20040908190133.88285.qmail@minotaur.apache.org> From: rbowen@apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/howto auth.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N rbowen 2004/09/08 12:01:33 Modified: htdocs/manual/howto auth.html Log: PR: 16797 Comment added as per bug report 16797 Revision Changes Path 1.14 +4 -0 httpd-docs-1.3/htdocs/manual/howto/auth.html Index: auth.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/auth.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- auth.html 21 May 2003 02:09:05 -0000 1.13 +++ auth.html 8 Sep 2004 19:01:33 -0000 1.14 @@ -598,6 +598,10 @@ had a desire to get in, it would take very little for them to do so.

+

Basic authentication across an SSL connection, however, will be + secure, since everything is going to be encrypted, including the + username and password.

+

Digest authentication

Addressing one of the security caveats of basic --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org