cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3 Migration - Centos 7 - Nginx - SSL_ERROR_RX_RECORD_TOO_LONG Error

Magento 2.3 Migration - Centos 7 - Nginx - SSL_ERROR_RX_RECORD_TOO_LONG Error

I just migrated my live Magento 1.9 to centos 7 - Nginx localhost, after migrated successfully i am getting the following error,

 

An error occurred during a connection to 192.168.1.64:8085. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

https://snipboard.io/fwTNaI.jpg

 

Not able to update Base URL:

https://snipboard.io/oGhZDL.jpg

2 REPLIES 2

Re: Magento 2.3 Migration - Centos 7 - Nginx - SSL_ERROR_RX_RECORD_TOO_LONG Error

Hi @Aveeva 

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.

kindly refer below links :

https://support.servertastic.com/knowledgebase/article/error-code-ssl_error_rx_record_too_long

If issue resolve, Please click on 'Kudos' & Accept as Solution!

Problem solved? Click Accept as Solution!

Re: Magento 2.3 Migration - Centos 7 - Nginx - SSL_ERROR_RX_RECORD_TOO_LONG Error

@Bhanu Periwal  I am just install my Magento into localhost (Centos 7 & Nginx), how to solve the issue?