Viewing 5 replies - 1 through 5 (of 5 total)
  • AjitKhodke

    (@ajitkhodke)

    Error code: ssl_error_rx_record_too_long

    This usually means the implementation of SSL on your server is not correct. The error is usually caused by a server side problem which the server administrator will need to investigate.

    Below are some things I recommend trying.

    1. Ensure that port 443 is open and enabled on your server. This is the standard port for https communications.

    2. If SSL is using a non-standard port then FireFox 3 can sometimes give this error. Ensure SSL is running on port 443.

    3. If using Apache2 check that you are using port 443 for SSL. This can be done by setting the ports.conf file as follows

    Listen 80
    Listen 443 https

    4. Make sure you do not have more than one SSL certificate sharing the same IP. Please ensure that all SSL certificates utilize their own dedicated IP.

    5. If using Apache2 check your vhost config. Some users have reported changing <VirtualHost> to _default_ resolved the error.

    6. Make sure that your SSL certificate is not expired.

    Clarion Technologies

    (@clarionwpdeveloper)

    Are you using any plugin for this?

    Make sure that your site haveing SSL certificate

    Thread Starter moutonjunior

    (@moutonjunior)

    Port 80 and 443 are open.
    server is appache http server 2.2

    virtual host config : port 80/443
    php 5.6, server apache . -> looks OK

    ssl certificate is from synology.com

    Wooninjas

    (@wooninjas)

    You need to get in touch with your hosting provider for this problem. They will check the configuration and will assist you if anything is wrong with it.

    Thread Starter moutonjunior

    (@moutonjunior)

    I am hosting it myself on my synology server 🙁

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘SSL error’ is closed to new replies.