SSL_ERROR_RX_RECORD_TOO_LONG "SSL received a record that exceeded the maximum permissible length." This generally indicates that the remote peer system has a flawed implementation of SSL, and is violating the SSL specification. 관리자화면으로 접속이 된다면 관리자>설정>SSL사용 에서 사용안함 으로 바꾸면 된다. /files/config/db.config.php 파일에 있는 $db_info->use_ssl='none'; 으로 되어 있는지 확인하여 always나 optional 로 되어 있다면 none 으로 바꿔준다. 1. 일단 ..