Export to GitHub

shellinabox - issue #247

https = error: ssl_error_rx_record_too_long


Posted on Dec 1, 2013 by Happy Dog

What steps will reproduce the problem?

  1. There is only shellinabox running on the system (no other webserver). I created a SSL certificate. openssl req -new -x509 -nodes -out certificate.pem -keyout certificate.pem -days 365 && chmod 600 certificate.pem

  2. I start shellinabox like this: shellinaboxd -p 4200 -c /tmp -u 0 -b --verbose

  3. I point the browser to: https://162.xxx.xxx.xxx:4200

What is the expected output? What do you see instead? The browser tells me: ssl_error_rx_record_too_long

What version of the product are you using? On what operating system?

ShellInABox version 2.10 (revision 186), Debian 6

http is working without issues.

Thanks

Status: New

Labels:
Type-Defect Priority-Medium