Re: mod_ssl vs Apache-SSL

2001-03-01 Thread seph
with mod-rewrite. mod-ssl appears to be much more useful. seph __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager

Re: Missing Passphrase question by buildet new Apache_1.3.17 / modssl _2.8.0

2001-02-15 Thread seph
the pass phrase gathering process. # The filtering dialog program (`builtin' is a internal # terminal dialog) has to provide the pass phrase on stdout. SSLPassPhraseDialog builtin seph Referance: On my old environment i have this output: --- Apache

Re: allowing only ssl in a virtual server

2001-02-13 Thread seph
. seph Referance: seph [EMAIL PROTECTED] writes: I'm trying to create a virtual server that listens on a given port, then proxies to another. I'm doing this using rewrite. it works well. However, I'd like only ssl clients to be able to access this virtual server. As it stands apache allows

allowing only ssl in a virtual server

2001-02-12 Thread seph
n-shutdown SSLVerifyClient require SSLVerifyDepth 5 SSLCACertificateFile /etc/apache/ca.crt RewriteEngine On RewriteRule /(.*) http://10.0.0.24:/%{SSL_CLIENT_S_DN_Email} [P] /VirtualHost seph __ Apache Interface