bredzhang / shellinabox

Automatically exported from code.google.com/p/shellinabox
0 stars 0 forks source link

https = error: ssl_error_rx_record_too_long #247

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by michael....@gmail.com on 1 Dec 2013 at 1:46