Re: RSA server certificate for nginx

2014-04-09 Thread Erling Westenvik
On Wed, Apr 09, 2014 at 04:01:07AM +0100, Raf Czlonka wrote: > That may have something to do with the way you have configured TLS (i.e. > version) either under 'nginx' or 'Firefox'[0]. Thanks. I should probably have mentioned that I got the same error (ssl handshake failed) in xombrero and luakit

Re: RSA server certificate for nginx

2014-04-08 Thread Raf Czlonka
On Wed, Apr 09, 2014 at 03:25:25AM BST, Erling Westenvik wrote: > "SSL received a record that exceeded the maximum permissible > length. (Error code: ssl_error_rx_record_too_long)" (Firefox) That may have something to do with the way you have configured TLS (i.e. version) either unde

RSA server certificate for nginx

2014-04-08 Thread Erling Westenvik
I'm used to generate RSA certificates for httpd(8) simply by following the "GENERATING RSA SERVER CERTIFICATES FOR WEB SERVERS" section in the manpage for ssl(8) and then setting httpd_flags="-DSSL" in /etc/rc.conf.local. A few changes in /var/www/conf/httpd.conf and I'm done. Up and go. But how t