To examine the permitted protocols, refer to the “SSLProtocol” Apache directive, which determines the SSL/TLS protocols used by Apache.
Follow the steps-
- Access Plesk server through SSH.
- Execute the following command-
- For CentOS/RHEL-based disseminations, use the following-
# grep SSLProtocol /etc/httpd/conf.d/ssl.conf
SSLProtocol +TLSv1.2 - For Debian/Ubuntu-based disseminations, use the below
# grep -ir SSLProtocol /etc/apache2/*
/etc/apache2/mods-available/ssl.conf:SSLProtocol +TLSv1.2 +TLSv1.3
- For CentOS/RHEL-based disseminations, use the following-
That is all! If you need further assistance, please do not hesitate to get in touch with our support experts.