--- Doug Milam [Wed, Nov 05, 2008 at 07:58:39PM -0800]: --- > I've followed the SSL instructions in the FAQ, > http://www.openbsd.org/faq/faq10.html#HTTPS, but I get the following error in > Firefox (other browsers don't work either) > > "SSL received a record that exceeded the maximum permissible length. > (Error code: ssl_error_rx_record_too_long)" > > PF allows connections to port 443, and the <IfDefine> segment of my > httpd.conf is enabled to listen on this port. -DSSL is enabled in > rc.conf.local
what happens if you `openssl s_client -connect $your_ip:443` ? are you able to negotiate a connection then? are there any hints in the httpd logs? what version of OpenBSD? have you modified httpd's default config in any other way?

