NCSA Mosaic/HTTPD & PGP... Anyone got it working?
David Bianco <bianco@giant.larc.nasa.gov>
Errors-To: secret@www0.cern.ch
Date: Wed, 9 Feb 1994 20:57:58 --100
Message-id: <199402091954.TAA14394@MiSTy.larc.nasa.gov>
Errors-To: secret@www0.cern.ch
Reply-To: www-talk@www0.cern.ch
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: David Bianco <bianco@giant.larc.nasa.gov>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: NCSA Mosaic/HTTPD & PGP... Anyone got it working?
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Length: 1328
Ok, so I'm impatient... 8-)
I got Mosaic 2.2 and NCSA HTTPD 1.1 running on my system (SPARCStation
LX under Solaris 2.3) and tried to set up PGP based authentication for
a specific document tree. In this directory, I have the following .htaccess
file:
AuthType PGP
<Limit GET>
order allow,deny
require user d.j.bianco@larc.nasa.gov
</Limit>
I've edited the pgp-{dec,enc} scripts, and set up PGP keyrings for
the webmaster. However, I get only authorization errors when I try to
use it:
|| Escape character is '^]'.
|| GET / HTTP/1.0
|| Authorized: PGP entity="d.j.bianco@larc.nasa.gov"
|| Content-type: application/x-www-pgp-request
||
|| HTTP/1.0 401 Unauthorized
|| Date: Wednesday, 09-Feb-94 19:51:53 GMT
|| Server: NCSA/1.1
|| MIME-version: 1.0
|| WWW-Authenticate: PGP entity="webmaster@ice-www.larc.nasa.gov"
||
|| <HEAD><TITLE>Authorization Required</TITLE></HEAD>
|| <BODY><H1>Authorization Required</H1>
|| Browser not authentication-capable or
|| authentication failed.
|| </BODY>
|| Connection closed by foreign host.
I don't even get a chance to input my PGP-encrypted request...
I've verified that the webmaster and I can exchange encrypted messages
properly via email, so I know we have our PGP keys exchanged properly.
Does anyone have any ideas on this (or is it still too early? 8-)
David