Error code: SSL_ERROR_RX_RECORD_TOO_LONG
See original GitHub issueI have just installed the latest mystille on my RDP enable Window10. As part of the installation I have left the default ports 8080 and 8008
Now visiting
https://127.0.0.1:8008 I get the following error
Secure Connection Failed
An error occurred during a connection to 127.0.0.1:8008. SSL received a record that exceeded the maximum permissible length.
Error code: SSL_ERROR_RX_RECORD_TOO_LONG
Not sure what went wrong there. in general also reading the documentation it’s not 100% clear to me what are the prerequisites for a standalone windows10 device. Is there a check list of items that need to be preinstalled (if any)?
Thanks
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to Fix SSL_ERROR_RX_RECORD_TOO_LONG
Typically, this Firefox SSL_ERROR_RX_RECORD_TOO_LONG message is displayed because a certain misconfiguration has occurred on the server. Most of the time, ...
Read more >How To Fix the "SSL_ERROR_RX_RECORD_TOO_LONG ...
How To Fix the “SSL_ERROR_RX_RECORD_TOO_LONG” Error in Firefox (7 Methods) · 1. Clear Your Browser History and Cache · 2. Update and Reset...
Read more >SSL_ERROR_RX_RECORD_TO...
A brief guide to fix an SSL Error RX Record too Long: SSL_ERROR_RX_RECORD_TOO_LONG ... So, if you run a website, then you probably...
Read more >How to Fix SSL_ERROR_RX_RECORD_TOO_LONG ...
This basically signals that the SSL certificate isn't properly configured. As a safeguard against data breaches and cyber-attacks, most online ...
Read more >ssl_error_rx_record_too_long and Apache SSL [closed]
This usually means the implementation of SSL on your server is not correct. The error is usually caused by a server side problem...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for you suggestion. I tried to have the installation simple but it lacks some fine tuning as a result. These are security settings, so I will try to have more of them into the installer.
Hi, these are the ports for the myrtille services, not for the myrtille web application (hosted on IIS). More specifically, they are intended for the local communication between the web application and the services.
You are not the 1st person confused by it, so it must not be clear enough on the installation screen. I will have it more explained into the next version.
In order to use myrtille, you access it at http://yourserver/myrtille (port 80) or https://yourserver/myrtille (port 443, SSL).
The prerequistes are IIS 8.0+, .NET 4.5+ and WCF/HTTP activation. These components are available starting from Windows 8.1 or Server 2012 R2. In Myrtille 2.8.0, they are installed automatically, if not already present.