

You can try modifying the port. Not sure what'd cause this issue.
I think I'm getting a similar issue. I'm on Docker, using a docker-compose.yaml file, and when I try and run in without authentication (using the --no-auth command line option), Firefox displays a similar error. mine reads:
Secure Connection Failed
An error occurred during a connection to \
It works fine if authentication is required.
I think the --no-auth flagged is bugged in some of the releases. It basically turns off https currently. It should be fixed in an upcoming release. Not sure if that was the cause of this issue, but I figured I would at least mention it.
I think I'm getting a similar issue. I'm on Docker, using a
docker-compose.yamlfile, and when I try and run in without authentication (using the--no-authcommand line option), Firefox displays a similar error. mine reads:Secure Connection Failed
An error occurred during a connection to: . Cannot communicate securely with peer: no common encryption algorithm(s). Error code: SSL_ERROR_NO_CYPHER_OVERLAP It works fine if authentication is required.
I removed the --no-auth and it works fine, Thank you all.
Most helpful comment
I think the
--no-authflagged is bugged in some of the releases. It basically turns off https currently. It should be fixed in an upcoming release. Not sure if that was the cause of this issue, but I figured I would at least mention it.