Skip to main content

phpMyadmin - php version

Comments

2 comments

  • cPRex Jurassic Moderator
    Hey there! PHPMyAdmin uses cPanel's internal PHP, which is currently 7.3. This allows the cPanel and WHM tools to still function in case something happens with the public Apache and PHP on the server. Can you let me know how you're connecting to PHPMyAdmin? If you connect through cPanel with an SSL, I would also expect that connection to be secured.
    0
  • Userr020
    Yes, I connect connect through cPanel with an SSL. phpMyadmin site use SSL cerfiticate "cPanel (powered by Sectigo)" and the browser shows that ssl works. But I added line $cfg['Servers'>[$i]['ssl'> = true;
    to configuration file /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php You will then see in phpMyAdmin (Connect: "SSL is used without certification authority") Check screenshot So I need add more configuration? I'm not sure what is path for (ssl_key), (ssl_cert) and (ssl_ca)? // IP address of your instance $cfg['Servers'>[$i]['host'> = '8.8.8.8'; // Use SSL for connection $cfg['Servers'>[$i]['ssl'> = true; // Client secret key $cfg['Servers'>[$i]['ssl_key'> = '../client-key.pem'; // Client certificate $cfg['Servers'>[$i]['ssl_cert'> = '../client-cert.pem'; // Server certification authority $cfg['Servers'>[$i]['ssl_ca'> = '../server-ca.pem'; // Disable SSL verification (see above note) $cfg['Servers'>[$i]['ssl_verify'> = false;
    0

Please sign in to leave a comment.