mod_ssl-2.2.0 error

1999-01-29 Thread chlee
Hello! guys. I tested mod_ssl-2.2.0 + apache_1.3.4 + SSLeay0.9.0. I tested SSL directory config. I configured ${DocumentRoot}/test/.htaccess following : - SSLVerifyClient require - On connecting my webserver, netscape was shutdowned because of system error. - error_log --

https proxy in Netscape ?

1999-01-29 Thread Andrew Daviel
(I'm a newbie at SSL, though have built various Apache over the years..) Is it possible to use an https proxy in Netscape? I mean, set the host and port in Netscape preferences-> advanced -> proxy -> manual to an Apache-SSL with proxy enabled, so that the data from the user to the proxy is encry

lrsaref error

1999-01-29 Thread [EMAIL PROTECTED]
I have tried installing mod_ssl by following the instructions from from http://www.engelschall.com/sw/mod_ssl/distrib/mod_ssl-SNAP/INSTALL When I have to run the make file in the SSLeay-0.9.x dir I get this error it can't find the library -lrsaref. I am using all the US options. I have tried it

Re: lrsaref error

1999-01-29 Thread Ralf S. Engelschall
On Thu, Jan 28, 1999, [EMAIL PROTECTED] wrote: > I have tried installing mod_ssl by following the instructions from from > http://www.engelschall.com/sw/mod_ssl/distrib/mod_ssl-SNAP/INSTALL > > When I have to run the make file in the SSLeay-0.9.x dir I get this > error it can't find the library

Re: https proxy in Netscape ?

1999-01-29 Thread Ralf S. Engelschall
On Thu, Jan 28, 1999, Andrew Daviel wrote: > (I'm a newbie at SSL, though have built various Apache over the years..) > > Is it possible to use an https proxy in Netscape? I mean, set > the host and port in Netscape preferences-> advanced -> proxy -> manual to > an Apache-SSL with proxy enabled,

[BugDB] sslv3 alert handshake failure (PR#96)

1999-01-29 Thread bugdb-mod-ssl
Full_Name: Rolf Haberrecker Version: mod_ssl/2.2.0 SSLeay/0.9.0b OS: SuSE Linux 6.0 Submission from: turing.suse.de (194.112.123.200) I can succesfully compile and run Apache 1.3.4 with mod_perl, php 3.0.6 and mod_ssl 2.1.0 Though when trying to establish a secured connection from Netscape 4.5

Applying mod_ssl

1999-01-29 Thread [EMAIL PROTECTED]
When I cd to mod_ssl-2.1.8-1.3.4 and I type ./configure --with-ssleay=../SSLeay-0.9.0b --with-rsaref=../rsaref-2.0/local --prefix=/usr/local/apache I get the error ./configure: Bad argument line It worked fine for ./configure --with-apache=../apache_1.3.4 This is all under step

Re: Problem Client Certificate Verification

1999-01-29 Thread Larry Mulcahy
I'm having a similar problem. Or maybe I just don't understand how this is supposed to work. I got a free trial demo certificate from Verisign. I can click on the 'Security' button in Netscape and it shows it installed. Then with SSLVerifyClient require in httpd.conf, I try to surf to the

Re: Applying mod_ssl

1999-01-29 Thread Ralf S. Engelschall
On Fri, Jan 29, 1999, [EMAIL PROTECTED] wrote: > When I cd to mod_ssl-2.1.8-1.3.4 and I type > ./configure --with-ssleay=../SSLeay-0.9.0b --with-rsaref=../rsaref-2.0/local > --prefix=/usr/local/apache > > I get the error > ./configure: Bad argument line > > It worked fine for >

Re: Problem Client Certificate Verification

1999-01-29 Thread Ralf S. Engelschall
On Fri, Jan 29, 1999, Larry Mulcahy wrote: > I'm having a similar problem. Or maybe I just don't understand how this > is supposed to work. I got a free trial demo certificate from Verisign. > I can click on the 'Security' button in Netscape and it shows it > installed. > Then with > > SS

Re: Applying mod_ssl

1999-01-29 Thread [EMAIL PROTECTED]
I did use the --with-apache... at the beginning, but now it gives me this error + adding selected modules o ssl_module uses ConfigStart/End + SSL interface: mod_ssl/2.1.8 + SSL interface build type: OBJ + SSL interface compatibility: enabled + SSL interface plugin: Ve

Pages not served w/ ssl on

1999-01-29 Thread Jeff Beard
I trying to set up an IP based vhost to use SSL for some order forms but not for the rest of the site. When I turn SSL on, the site only answers to SSL requests and serves up the server default Apache doc for everything else on that domain. If I turn SSL off, it answers on port 80 just fine. Be

Re: Applying mod_ssl

1999-01-29 Thread Ralf S. Engelschall
On Fri, Jan 29, 1999, [EMAIL PROTECTED] wrote: > I did use the --with-apache... at the beginning, but now it gives me this > error > + adding selected modules > o ssl_module uses ConfigStart/End > + SSL interface: mod_ssl/2.1.8 > + SSL interface build type: OBJ > + SSL inte

Re: Pages not served w/ ssl on

1999-01-29 Thread Ralf S. Engelschall
On Fri, Jan 29, 1999, Jeff Beard wrote: > I trying to set up an IP based vhost to use SSL for some order forms but > not for the rest of the site. When I turn SSL on, the site only answers > to SSL requests and serves up the server default Apache doc for > everything else on that domain. If I tur