IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New A bit more
Generate cert/key pair:
openssl req -new -x509 -keyout cakey.pem -out cacert.pem -days 3650

Decrypt key:
openssl rsa -in cakey.pem -out server.key

Place decrypted key in cert file.

And then watch it fail startup with the strangest message:
[Sun Nov 27 17:57:00 2005] [error] Illegal attempt to re-initialise SSL for server (theoretically shouldn't happen!)


Grrrrrr.
New Success
Following these steps for key-generation:
[link|http://www.crazysquirrel.com/computing/debian/apache-mod_ssl.jspx|http://www.crazysqui...ache-mod_ssl.jspx] gave me the same intnerl error, but then they gave me the critical bit of info: MUST USE VIRTUAL SERVERS.
     apache2 SSL question - (broomberg) - (3)
         A bit of progress - (broomberg) - (2)
             A bit more - (broomberg) - (1)
                 Success - (broomberg)

One man's dream is another man's eternal nightmare.
53 ms