How to enable TLS 1.2 and TLS 1.3 in Plesk panel

How to enable TLS 1.2 and TLS 1.3 in Plesk panel

Have you been seeing an SSL warning on your site and wondering how to enable TLS 1.2 and TLS 1.3 in Plesk panel?

Plesk is a popular control panel for managing web hosting environments. It allows you to easily manage your websites, emails, and databases, as well as other aspects of your hosting environment.

Transport Layer Security (TLS) is a cryptographic protocol that provides secure communication over the internet. It is the successor to Secure Sockets Layer (SSL), and is used to secure communication between a client (e.g. web browser) and a server (e.g. website).

In this article, I will show you how to enable TLS 1.2 and TLS 1.3 in Plesk panel. There are two ways to resolve the issue depending on which version of Plesk you are using.

Related: How to disable TLS 1.0 and enable TLS 1.2 and TLS 1.3 in Linux?

Here are the steps to disable TLS 1.0 and enable TLS 1.2 and TLS 1.3 in Plesk panel:

1. Enable TLS 1.2 and TLS 1.3 in Plesk panel

  1. Login to your Plesk panel
  2. Click on the “Tools & Settings” option,
  3. In the left menu, click on the ‘Scheduled Tasks’ option.
disable TLS 1.0 and enable TLS 1.2 and TLS 1.3 in Plesk panel
  1. Once in the scheduled task, Click ‘Add Task’
How to enable TLS 1.2 and TLS 1.3 in Plesk panel
  1. Don’t change the default option (i.e. the ‘Run a command’ option is already selected). Now enter the command code below in the “Command” black section and click “Run Now”.
How to enable TLS 1.2 and TLS 1.3 in Plesk panel
/usr/local/psa/bin/server_pref -u -ssl-protocols 'TLSv1.1 TLSv1.2'

or

/usr/local/psa/bin/server_pref -u -ssl-protocols 'TLSv1.1 TLSv1.3'
  1. Afterward, you will receive a status confirmation message
How to enable TLS 1.2 and TLS 1.3 in Plesk panel

2. Enable TLS 1.2 and TLS 1.3 in older versions of Plesk panel

This option may not be available in the recent versions of Plesk. Hence, I recommend using the above method or resolving the issue on a command line.

  1. Login to your Plesk panel as an administrator.
  2. Click on the “Tools & Settings” icon in the top menu.
  3. In the left menu, click on the “Server Settings” option.
  4. In the “Server Settings” page, click on the “Security” tab.
  5. Under the “Security” tab, you will see the “SSL/TLS Settings” section.
  6. In the “SSL/TLS Settings” section, you can see the current TLS version that is enabled on your server.
  7. To disable TLS 1.0, simply uncheck the box next to “TLS 1.0”.
  8. To enable TLS 1.2 and TLS 1.3, check the boxes next to “TLS 1.2” and “TLS 1.3”.
  9. Click the “Apply” button to save the changes.

You have now successfully updated the TLS version in the Plesk panel.

3. Updating TLS versions in Plesk using the command line

Here are the steps to enable TLS 1.2 and TLS 1.3 in Plesk using the command line:

  1. Connect to your server via SSH as the root user.
  2. Run the following command to enable TLS 1.2:
plesk bin server_pref --update -tls1.2 true
  1. Run the following command to enable TLS 1.3:
plesk bin server_pref --update -tls1.3 true
  1. Restart the Apache web server for the changes to take effect:
service httpd restart

That’s it! You have successfully enabled TLS 1.2 and TLS 1.3 in Plesk panel using the command line.

Related: Nginx Rewrite rules for Rank Math Sitemap in Plesk

After making these changes, you should test your website to ensure that it is still accessible and functioning correctly. Some older web browsers and devices may not support TLS 1.2 or TLS 1.3, so you may need to adjust your settings accordingly.

By disabling TLS 1.0 and enabling TLS 1.2 and TLS 1.3, you can improve the security and performance of your website. This is crucial especially if you handle sensitive data and transactions on your website.

I hope this article has helped you to disable TLS 1.0 and enable TLS 1.2 and TLS 1.3 in Plesk panel. If you have any questions or need further assistance, feel free to ask.

Disclosure: We may earn commission for purchases that are made by visitors on this site at no additional cost on your end. All information is for educational purposes and is not intended for financial advice. Read our affiliate disclosure.

Share this:

Similar Posts

  • How to submit a sitemap to Google Search Console

    Submitting a sitemap to Google Search Console helps to improve your website’s visibility in search results. Google can discover your website, however, it is good to submit a sitemap to increase the speed of being indexed by various search engines. A sitemap is simply a file that lists all of the pages on your website,…

  • 6 Best WordPress security plugins

    WordPress is gaining popularity day by day as it is currently used by millions of websites around the world. While this free software offers a lot of functionality, it is easily susceptible to security threats. According to an iThemes report, cyberattacks have surged by 300% this year as hackers work harder to take advantage of…

  • E-commerce Sales Funnel: The Ultimate Guide to Drive Conversions and Sales

    E-commerce Sales Funnel : The Ultimate Guide to Drive Conversions and Sales Master the art of e-commerce sales funnels and transform your online business with proven strategies that drive conversions. This comprehensive guide reveals how to build, optimize, and scale sales funnels that convert visitors into loyal customers, backed by the latest industry statistics and…

  • Hreflang Tag SEO: Complete Guide for Multi-Regional & Multilingual Websites

    The Complete Hreflang Tag SEO Guide Master Multi-Regional & Multilingual Website Optimization If you’re running a multi-regional or multilingual website, implementing proper Hreflang tag SEO is crucial for international search engine optimization success. This comprehensive guide will walk you through everything you need to know about Hreflang tag SEO for multi-regional websites, from basic implementation…

  • Website Uptime Monitoring: A Step-by-Step Guide

    Website Uptime Monitoring: A Step-by-Step Guide Master the art of keeping your website online 24/7 with comprehensive monitoring strategies, tools, and implementation techniques that protect your business from costly downtime. JoshWP Team | Updated on January Table of Contents 1. Introduction to Website Uptime Monitoring 2. Why Website Uptime Monitoring Matters 3. Industry Statistics and…

  • How to strengthen WordPress website security

    Are you looking for a detailed guide on how to strengthen WordPress website security? WordPress is a popular content management system used by millions of websites around the world. While it is a powerful platform, it is also important to ensure that your WordPress website is secure. Hackers and cybercriminals are constantly on the lookout…

Leave a Reply

Your email address will not be published. Required fields are marked *