in reply to Secure or not secure, that question.

To add on to what merlyn said, the environment variables should be:

SERVER_PORT should be 443 for SSL
SSL_CIPHER_ALGKEYSIZE and SSL_CIPHER_USEKEYSIZE should be 128 bit for good encryption

At least, I know this works for Apache.

Jeremy
  • Comment on Re: Secure or not secure, that question.