Re: Performance issues - testing

2002-04-30 Thread Cliff Woolley
On Mon, 29 Apr 2002, paul priestman wrote: > I am having worries about the performance of using mod_ssl. Can anyone > suggest any good testing package that will give me hits per second when > running on a https server and hits per second when running on a normal http > server so i can compare th

SSL handshake error document?

2002-04-30 Thread Jeff
I have a website that requires valid client certificates. Is there a directive that lets me specify an Error Document if the SSL connection cannot be formed because the client does not have a valid digital cert? PS I did read the FAQ and User Documents, apologies if it's there and I missed it!

Re: mod_ssl, Apache 2.0.35 and ProxyPass

2002-04-30 Thread Patrick Herborn
On Sat, 27 Apr 2002 13:53:47 +0200 Mads Toftum <[EMAIL PROTECTED]> wrote: > On Sat, Apr 27, 2002 at 01:15:15PM +0200, Guan Yang wrote: > > I am using Apache 2.0.35 (configured using --enable-ssl > > --enable-proxy) and I am having some problems with using ProxyPass > > over an SSL-encrypted ser

Re: Performance issues - testing

2002-04-30 Thread Jason
use ab - Apache HTTP server benchmarking tool I believe it comes with apache. man ab for more info - Original Message - From: "paul priestman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 4:59 AM Subject: Performance issues - testing > > Hello all, >

win2000 compile

2002-04-30 Thread ross
hi,   I am trying to compile apache 2 with mod_ssl on win2000.(visual c++ 6) (I'm not a c++ developer, java is much more my thing.)   I have compiled openssl successfully and installed cygwin.   but when trying to compile apache2 I get the following errors from mod_ssl.   >>>

security failure data decryption error

2002-04-30 Thread mailing list
Hello, I am getting the following error: "Security Failure. Data decryption error" I have a newly assigned certificate from verisign. I created the private key as instructed by verisign. Does anyone have any suggestions? Here is my config: path to certificate and private key: etc/httpd/conf

Re: win2000 compile

2002-04-30 Thread Dwayne Miller
Try extracting the zip again (or get ssl_expr_parse.x from CVS). Your attempt to build probaby resulted in empty files for ssl_expr_parse.c/.h. Then edit (or touch) the .c/.h version to make them modified after ssl_expr_parse.y. They do not need to be rebuilt, but since their timestamps are

Re: win2000 compile

2002-04-30 Thread Cliff Woolley
On Tue, 30 Apr 2002, Dwayne Miller wrote: > Try extracting the zip again (or get ssl_expr_parse.x from CVS). Your > attempt to build probaby resulted in empty files for > ssl_expr_parse.c/.h. Then edit (or touch) the .c/.h version to make > them modified after ssl_expr_parse.y. They do not nee