---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi all We have the following configuration: - Sun Solaris 2.6 SPARC - Solaris VM (build Solaris_JDK_1.2.1_04, native threads, sunwjit) - JSDK 2.0 - Apache 1.3.12 - JServ 1.1 - OpenSSL 0.9.5 (with apache_1.3.12+ssl_1.39) - GNU make 3.76.1 - GNU gcc 2.8.1 Before, there was Apache 1.3.9 with JServ 1.0 and OpenSSL 0.9.4 running o.k. With the new SSL version, if I connect with https, I get errors in the logfile: ============================================================================ ======= Wed Apr 19 16:36:01 2000] [error] SSL_accept failed [Wed Apr 19 16:36:01 2000] [error] error:24064064:random number generator:SSLEAY_RAND_BYTES:prng not seeded [Wed Apr 19 16:36:01 2000] [error] error:04069003:rsa routines:RSA_generate_key:BN lib [Wed Apr 19 16:36:01 2000] [error] error:1409B444:SSL routines:SSL3_SEND_SERVER_KEY_EXCHANGE:error generating tmp rsa key ============================================================================ ======= In the FAQ of OpenSSL ("http://www.openssl.org/support/faq.html#6"), it says: ... As of version 0.9.5, the OpenSSL functions that need randomness report an error if the random number generator has not been seeded with at least 128 bits of randomness. If this error occurs, please contact the author of the application you are using. It is likely that it never worked correctly. OpenSSL 0.9.5 and later make the error visible by refusing to perform potentially insecure encryption. ... Does the package apache_1.3.12+ssl_1.39 do this correctly? Roman -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
