Khắc phục lỗi Apache SSL website error : sec_error_ocsp_try_server_later

  • Tuesday 11/02/2020

Nếu máy chủ bạn đang sử dụng cPanel và Apache, khi người dùng truy cập trên trình duyệt Firefox gặp lỗi “The OCSP server suggests trying again later. (Error code: sec_error_ocsp_try_server_later)”


Truy cập vào WHM cPanel với root account

Vào ‘Service configuration’ > Apache Configuration > Include Editor


Go to Pre VirtualHost Include > select php version 2.4.xx > insert ‘SSLUseStapling off’ in the column > click Update

Click ‘Restart Apache’

Hoặc bạn ssh tới server với root và edit file

/usr/local/apache/conf/includes/pre_virtualhost_global.conf

thêm dòng

SSLUseStapling off

Restart Apache to reload the changes :

service httpd restart

Rate this post