mkcert.sh:Error: Failed to encrypt RSA private key

2000-03-09 Thread Dave Kimberley
rrent working directory /home/dave/WebServer/apache_1.3.12/src *** Error code 1 make: Fatal error: Command failed for target `certificate' On checking the openssl site it says the application using openssl is not seeding the random number generator correctly. What do I do? Dave Kimber

Re: Problem with creating a self sign also

2000-05-03 Thread Dave Kimberley
Use the following: make certificate TYPE=custom You will then be asked to enter CA details and your details, make sure they differ. Dave __ Apache Interface to OpenSSL (mod_ssl) www.modssl.

Apache 2.0.39 problems on Solaris 9

2002-06-25 Thread Dave Kimberley
Problem: Cannot get Apache 2.0.39 to run on Solaris 9 with SSL. Details: cc: Sun Workshop 6 update 2 C 5.3 2001/05/15 Compiled and installed openssl-0.9.6d Compiled and installed Apache 2.0.39 ( ./configure --prefix=/usr/local/apache --enable-ssl --with-ssl=/usr/local/ssl --enable-rewrite )

Apache 2.0.39 problems on Solaris 9

2002-06-25 Thread Dave Kimberley
ort - core dumped Any ideas Thanks Dave -- ----- Dave Kimberley Tel: +44 1785 785489 System Administrator Fax: +44 1785 785401 Marconi Pensions Office http://www.marconi-pens

Re: Apache, ssl, and solaris

2002-06-26 Thread Dave Kimberley
> Your assert popped on the line that I prefixed with "-->". Try > changing your vhosts to not use "_default_". I forget exactly which > configuration combination causes that error, but it's definitely been > seen before. Hi I've replaced _default_ in ssl.conf and all now working. Than