Secure Connection Failed

Hi, I’m having the same issue.
An error occurred during a connection to localhost:3000. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

I found a temporary fix by using http instead of https. This isn’t ok in the long run however.

I followed the Kali instructions very carefully.
I’m using the latest Kali, fully updated and everything.

This is the console output when I start the rails server:

root@kali:/usr/lib/dradis-ce/bin# bundle exec rails server
=> Booting Thin
=> Rails 5.1.3 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
Thin web server (v1.6.3 codename Protein Powder)
Maximum connections set to 1024
Listening on localhost:3000, CTRL+C to stop

Notice that the server is using http, not https.
By the way, during the dradis-ce setup, I didn’t notice any certificate creation.

N.B. I don’t know if it is related or not to the following problem, but it sounds similar.

Regards
Damien