<link href="https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&amp;display=swap" rel="stylesheet"/>
1 minute reading time (168 words)

SOLVED: Akeeba Backup - Your server does not support encryption of your configuration settings

How to fix Akeeba Backup error - Your server does not support encryption of your configuration settings by enabling PHP Open SSL extension 

Akeeba Backup error: Your server does not support encryption of your configuration settings

Akeeba Backup 9, Joomla 4

Your server does not support encryption of your configuration settings. We strongly advise you not to store any passwors in the configuration.

Solution: Enable PHP Open SSL extension

Check if PHP Open SSL extension is installed

php -i | grep -i openssl

In this example, PHP OpenSSL is installed

Enable PHP OpenSSL extension

Edit php.ini configuration file

nano /etc/php/8.1/fpm/php.ini

Uncomment this line to enable PHP OpenSSL

extension=openssl

Restart PHP FPM and Nginx

Restart PHP FPM

service php8.1-fpm restart

Restart Nginx

service nginx restart

Your settings are secured by 128-bit encryption. You can safely store passwords in the configuration 

Related Posts

 

Comments

No comments made yet. Be the first to submit a comment
Already Registered? Login Here
Saturday, 13 September 2025
You can help support this website by buying me a coffee!
Buy Me A Coffee