<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[&quot;Server connection: SSL is not being used &quot; into phpmyadmin]]></title><description><![CDATA[<p dir="auto"><strong>Context:</strong><br />
VPS -&gt; Cloudron -&gt; LAMP -&gt; PhpMyAdmin <em>(php_version 8.1 / PhpMyAdmin 5.2.1)</em></p>
<p dir="auto"><strong>Problem:</strong><br />
in phpmyadmin -&gt; <strong>"Server connection: SSL is not being used "</strong><br />
<img src="/assets/uploads/files/1704310723629-capture-d-e-cran-2024-01-03-a-18.25.32.png" alt="Capture d’écran 2024-01-03 à 18.25.32.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I try to get into <strong>config.inc.php</strong> by terminal of the app with</p>
<pre><code>nano config.inc.php
</code></pre>
<p dir="auto">and add this</p>
<pre><code>$cfg['Servers'][$i]['ssl'] = true;  
$cfg['Servers'][$i]['ssl_verify'] = false; // If the certificate is self-signed  
$cfg['Servers'][$i]['ssl_ca'] = 'ca-cert.pem';  
$cfg['Servers'][$i]['ssl_cert'] = 'server-cert.pem';  
$cfg['Servers'][$i]['ssl_key'] = 'server-key.pem';
</code></pre>
<p dir="auto">I know cloudron has no writable database, so I create a new volume and mount it as 777 (read and write).</p>
<p dir="auto">But still not working. I'm out of idea, energy and skills... <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=fed68e33a46" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":disappointed:" alt="😞" /></p>
<p dir="auto"><strong>-&gt; Is someone know documentation, forum topics or just help me ?</strong></p>
<p dir="auto">Thanks for this incredible app, named cloudron, you guys rock.</p>
]]></description><link>https://forum.cloudron.io/topic/10784/server-connection-ssl-is-not-being-used-into-phpmyadmin</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 01:51:20 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/10784.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Jan 2024 19:41:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Server connection: SSL is not being used &quot; into phpmyadmin on Thu, 04 Jan 2024 12:50:22 GMT]]></title><description><![CDATA[<p dir="auto">Noted. thank you for your responsiveness <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a></p>
]]></description><link>https://forum.cloudron.io/post/80427</link><guid isPermaLink="true">https://forum.cloudron.io/post/80427</guid><dc:creator><![CDATA[diazoski]]></dc:creator><pubDate>Thu, 04 Jan 2024 12:50:22 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Server connection: SSL is not being used &quot; into phpmyadmin on Thu, 04 Jan 2024 08:38:45 GMT]]></title><description><![CDATA[<p dir="auto">The SSL connection in the screenshots should not have anything to do with your Stripe connection.</p>
]]></description><link>https://forum.cloudron.io/post/80381</link><guid isPermaLink="true">https://forum.cloudron.io/post/80381</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 04 Jan 2024 08:38:45 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Server connection: SSL is not being used &quot; into phpmyadmin on Thu, 04 Jan 2024 07:53:58 GMT]]></title><description><![CDATA[<p dir="auto">I try to install and run correctly all the feature of this script (<a href="https://codecanyon.net/item/rocket-lms-learning-management-academy-script/33120735" target="_blank" rel="noopener noreferrer nofollow ugc">https://codecanyon.net/item/rocket-lms-learning-management-academy-script/33120735</a>), and I'm having trouble with the stripe connection...</p>
<p dir="auto">Thanks for responding so quickly, <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a></p>
]]></description><link>https://forum.cloudron.io/post/80375</link><guid isPermaLink="true">https://forum.cloudron.io/post/80375</guid><dc:creator><![CDATA[diazoski]]></dc:creator><pubDate>Thu, 04 Jan 2024 07:53:58 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Server connection: SSL is not being used &quot; into phpmyadmin on Wed, 03 Jan 2024 21:29:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diazoski" aria-label="Profile: diazoski">@<bdi>diazoski</bdi></a> The MySQL database is internal and is in the same server as the app itself. For this reason, SSL is not needed since everything is in the same server. The default configuration is already correct. Were you having any problems connecting to the database?</p>
]]></description><link>https://forum.cloudron.io/post/80349</link><guid isPermaLink="true">https://forum.cloudron.io/post/80349</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 03 Jan 2024 21:29:06 GMT</pubDate></item></channel></rss>