How to use Apache 2 with HTTPS only?

Vinicius cviniciusm at uol.com.br
Wed Aug 2 00:38:37 UTC 2006


Tim escreveu:
> On Mon, 2006-07-31 at 02:53 -0300, Vinicius wrote:
> 
>> I did do "RedirectPermanent / https://myserver.com/", but the site is
>> presenting an error.
> 
> Which one?  The redirecting HTTP one, or the HTTPS one they're directed
> to?
> 
>> Both the server and the client use certificates issued by a local CA,
>> and I created a SSLRequire rule to allow only the client to enter the
>> site. I think the SSL check failed because of the RedirectPermanent.
> 
> More details needed.  Server configuration, the specific redirection
> rules, at least.
> 

Hello,

I did do the following:
1. created a CA certificate;
2. created a server certificate signed by the CA;
3. created a client certificate, CA as root; Imported it to Firefox;
4. created a "SSLRequire" rule to allow only this specific client to
enter the site. It checks the O, OU and the CN.
5. disabled the "Listen" Directive for HTTP.


Now, I would like to use DAV, but the application DAVExplorer's
(DAVExplorerSSL.sh) authentication fails with the message: "Connection
error: javavx.net.ssl.SSLPeerUnverifiedException: peer not
authenticated". I have entered the address https://localhost/upload .

The snippet of httpd.conf regarding DAV:
"
<Directory /var/www/upload>
Dav On
AuthName "Top Secret"
AuthUserFile /var/davpasswd
AuthType Basic
</Directory>
"

Any ideas, please?


TIA,
Vinicius.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20060801/4c8482b2/attachment-0001.sig>


More information about the fedora-list mailing list