Not really about: FAQ: Failed to generate temporary 512 bit RSA private key

2000-08-16 Thread David Mitchell
Hi, Dave Just wanted to say hello, since we're both on this list. David Mitchell, coop-cdc.com David Mitchell wrote: > > A modest proposal: > > Since > > "Failed to generate temporary 512 bit RSA private key" > > is such an FAQ on this list (even though it's in the FAQ ;-), > perhaps some d

RE: Error or Warn?

2000-08-16 Thread David Rees
I wouldn't worry about it. As the hint says, someone probably pressed stop in their browser. I see these messages on my servers as well. -Dave > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Penny Rand > Sent: Wednesday, August 16, 2000 4:40 PM >

RE: Error or Warn?

2000-08-16 Thread Penny Rand
Is there anyone who can offer information on this? The "SSL handshake error" is repeated constantly about every 10 minutes. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Penny Rand Sent: Tuesday, August 15, 2000 2:01 PM To: Modssl-Users Subject: Error

Re: Please, help me

2000-08-16 Thread Ralf S. Engelschall
On Wed, Aug 16, 2000, Gabriel Ciuloaica wrote: > I made this, but I still get an error: > When the window Client Authentification I can't select any certificate . > Try to connect to https://bam.codec.ro/ssl/download/ and you'll see what I > mean. > [...] > > That should be something like: > > SS

Re: Please, help me

2000-08-16 Thread Gabriel Ciuloaica
Ok, I made this, but I still get an error: When the window Client Authentification I can't select any certificate . Try to connect to https://bam.codec.ro/ssl/download/ and you'll see what I mean. Thancks Gabriel Ciuloaica - Original Message - From: "Mads Toftum" <[EMAIL PROTECTED]> To:

Thanks for the Help Ralph

2000-08-16 Thread jaffa __
I got it right after all The Problem was the Listen and port direktives Thanks for the Help Regards --- Brought to you by MightyMail! http://www.mighty.co.za __

Re: Please, help me

2000-08-16 Thread Mads Toftum
On Wed, Aug 16, 2000 at 02:33:16PM +0300, Gabriel Ciuloaica wrote: > # SSLCACertificateFile conf/ssl.crt/server.crt-> it make error if I uncomment That should be something like: SSLCACertificateFile "/home/httpd/conf/ssl.crt/server.crt" change path to be correct. Also make sure that this is

Please, help me

2000-08-16 Thread Gabriel Ciuloaica
Hello,   I installed Apache_1.3.12+OpenSSL+Mod_SSL and I add this directive:  SSLVerifyClient optional SSLVerifyDepth 1 # SSLCACertificateFile conf/ssl.crt/server.crt    -> it make error if I uncomment SSLOptions +FakeBasicAuth +StrictRequire SSLRequire %{SSL_CIPHER_USEKEYSIZE} >= 128  Rew

re: Re: Everything Appears to be right but

2000-08-16 Thread jaffa __
That is hoe I set it up originaly here is my conf file: DocumentRoot usr/CV/ssl SSLEngine On SSLCertificateFile conf/ssl/jaffa.webest.co.za.cert SSLCertificateKeyFile conf/ssl/jaffa.webest.co.za.key jaffa __ wrote: After trying everypossible conversion on my httpd.conf file I still get t

Re: Everything Appears to be right but

2000-08-16 Thread Ralf S. Engelschall
On Wed, Aug 16, 2000, jaffa __ wrote: > After trying everypossible conversion on my httpd.conf file I still get this > log message after start up: > > [warn] Init: (www.myserver.co.za:443) You configured HTTP(80) on the standard >HTTPS(443) port! > > If anyone can give me relevant advice to

Re: Port 443

2000-08-16 Thread David Mitchell
Joshua Skains <[EMAIL PROTECTED]> writes: > > I have a server with the following: > > > ServerName something.hello.com > DocumentRoot /export/home/webdocs/main > SSLDisable > > > ServerName something-ssl.hello.com > DocumentRoot /export/home/webdocs/memb

Everything Appears to be right but

2000-08-16 Thread jaffa __
After trying everypossible conversion on my httpd.conf file I still get this log message after start up: [warn] Init: (www.myserver.co.za:443) You configured HTTP(80) on the standard HTTPS(443) port! If anyone can give me relevant advice to get this functioning 100% please. TIA Regards Erns