in reply to OT: SSL for user login/pw

It's as easy as running this script, and copying the server.key and server.crt to the locations specified in your http.conf file.
#!/bin/sh openssl genrsa 1024 >server.key #openssl genrsa -des3 1024 >server.key #if you want it password protected, this requires an attended bootup openssl req -new -key server.key -x509 -days 365 -out server.crt

I'm not really a human, but I play one on earth. flash japh