<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ssl expired Archives - Media Control Panel</title>
	<atom:link href="https://www.mediacp.net/tag/ssl-expired/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mediacp.net/tag/ssl-expired/</link>
	<description></description>
	<lastBuildDate>Tue, 05 Oct 2021 22:07:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.mediacp.net/wp-content/uploads/2025/07/IconSquare-Transparent-150x150.png</url>
	<title>ssl expired Archives - Media Control Panel</title>
	<link>https://www.mediacp.net/tag/ssl-expired/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>DST Root CA X3 Expiration and Let&#8217;s Encrypt (Sep 2021)</title>
		<link>https://www.mediacp.net/news/dst-root-ca-x3-expiration-and-lets-encrypt/</link>
		
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 04 Oct 2021 00:43:56 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Security Announcements]]></category>
		<category><![CDATA[autossl]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[root ca]]></category>
		<category><![CDATA[ssl expired]]></category>
		<category><![CDATA[letsencrypt]]></category>
		<guid isPermaLink="false">https://www.mediacp.net/?p=12473</guid>

					<description><![CDATA[<p>As of September 30th, 2021, the DST Root CA X3 certificate that is used in the chain of trust for Let&#8217;s Encrypt expires causing clients that do not recognize ISRG Root X1 to fail security checks when accessing sites that use Let&#8217;s Encrypt for their SSL provider. The details about this issue can be found [&#8230;]</p>
<p>The post <a href="https://www.mediacp.net/news/dst-root-ca-x3-expiration-and-lets-encrypt/">DST Root CA X3 Expiration and Let&#8217;s Encrypt (Sep 2021)</a> appeared first on <a href="https://www.mediacp.net">Media Control Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>As of September 30th, 2021, the DST Root CA X3 certificate that is used in the chain of trust for Let&#8217;s Encrypt expires causing clients that do not recognize ISRG Root X1 to fail security checks when accessing sites that use Let&#8217;s Encrypt for their SSL provider.</p>



<p>The details about this issue can be found <a href="https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/" target="_blank" rel="noreferrer noopener">in the following post made by Let&#8217;s Encrypt about this issue</a></p>



<p>The problem is not specific to the MediaCP software and affects many users using LetsEncrypt certificates. Many <a href="https://support.cpanel.net/hc/en-us/articles/4409759316759-DST-Root-CA-X3-Expiration-and-Let-s-Encrypt" target="_blank" rel="noreferrer noopener">cPanel users are also experiencing the problem</a> are also experiencing the problem.</p>



<p>Our technical team have done some further research and we&#8217;ve written this guide on how to solve the problem on any CentOS or Debian machine.</p>



<h2 class="wp-block-heading">How to check if you are affected?</h2>



<p>Checking for the issue is simple, run the following on your MediaCP system <em>(replacing your-domain.com with your actual domain name)</em>. </p>



<pre class="wp-block-preformatted">curl https://your-domain.com:2020 &gt; /dev/null</pre>



<p>If there is a problem then you will see the error <em>&#8220;(60) SSL certificate problem: certificate has expired&#8221;</em> but do not worry, your certificate is not necessarily expired and the solution is simple.</p>



<h2 class="wp-block-heading">Workaround</h2>



<p><strong>CentOS 7+</strong></p>



<p>For servers running CentOS 7 or higher, the issue has been solved in recent operating system updates. We recommend running the following on your system as root user.</p>



<pre class="wp-block-preformatted">yum clean all;
yum -y update;
yum -y install ca-certificates;
yum -y update ca-certificates;
update-ca-trust;
</pre>



<p><strong>Debian Servers</strong></p>



<p>For Debian servers, the problem can be solved simply by running the following on your system as root:</p>



<pre class="wp-block-preformatted">mv /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt.backup;
sudo update-ca-certificates;</pre>
<p>The post <a href="https://www.mediacp.net/news/dst-root-ca-x3-expiration-and-lets-encrypt/">DST Root CA X3 Expiration and Let&#8217;s Encrypt (Sep 2021)</a> appeared first on <a href="https://www.mediacp.net">Media Control Panel</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
