Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 52667 invoked by uid 500); 14 Nov 2002 22:50:28 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 52656 invoked from network); 14 Nov 2002 22:50:28 -0000 Received: from f101.sea1.hotmail.com (HELO hotmail.com) (207.68.163.101) by daedalus.apache.org with SMTP; 14 Nov 2002 22:50:28 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 14 Nov 2002 14:50:35 -0800 Received: from 168.179.102.67 by sea1fd.sea1.hotmail.msn.com with HTTP; Thu, 14 Nov 2002 22:50:34 GMT X-Originating-IP: [168.179.102.67] From: "Manoj Kithany" To: users@httpd.apache.org Bcc: Date: Thu, 14 Nov 2002 22:50:34 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 14 Nov 2002 22:50:35.0294 (UTC) FILETIME=[3E654BE0:01C28C30] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Apache + mod_ssl (OpenSSL Error) Hi Experts! I want to INSTALL and CONFIGURE my APACHE 1.3.27 for SSL. I am using IBM AIX box. So, I got mod_ssl from the IBM site and installed it in following way(after READing INSTALL file for 2 hrs;-( ------------------------------------------------------------------------ #pwd /opt/freeware/src/packages/SOURCES/mod_ssl-2.8.11-1.3.27 # ./configure --with-apache=../apache_1.3.27 --with-ssl=/Downloads/openssl-0.9.6g --with-crt=/usr/local/ssl/bin/cert.cer --with-key=/usr/local/ssl/bin/private.key --prefix=/kit --enable-shared=ssl #cd .. #cd apache_1.3.27 #make #make certificate #make install ------------------------------------------------------------------------ This DOCUMENTATION was given in README file in the above directory. Later, I start my APACHE for SSL as shown below and get ERROR: ------------------------------------------------------------------------ #./apachectl startssl ./apachectl startssl: httpd could not be started ----------------------------------------------------------------------- So, I finally READ the LOG file "error_log" and checked it shows: ------------------------------------------------------------------------ [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key (OpenSSL library error follows) [error] OpenSSL: error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded [error] OpenSSL: error:04069003:rsa routines:RSA_generate_key:BN lib ------------------------------------------------------------------------ Do you know what this error would be? I have already installed EGD entrophy and is it stored in /dev/egd-pool Any links/pointers on this is appreciated. Thanks! _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org