When I create a self signed SSL certificate, for an http server it cause a "SSL_ERROR_RX_RECORD_TOO_LONG" in browsers. I used: openssl req -newkey rsa:1024 -x509 -sha512 -days 3650 -nodes -out certificate.pem -keyout privatekey.pem tocreaate the certificate. Ron