Problem has been fixed. It was due to the fact that there was an APT pinning on old openssl
Summary
- Server has been updated: apt-get update && apt-get dist-upgrade
- Server has been rebooted (due to kernel update)
- APT pinning on openssl has been removed from the /etc/apt/preferences.d/imscp APT preferences file
- openssl has been upgraded: apt-get dist-upgrade
- Error field of the LetsEncrypt plugin has been reset to NULL in the i-MSCP database
- The i-MSCP request manager has been executed to retry the LetsEncrypt plugin installation:
Code
- root@centaur:/etc/apt/preferences.d# perl /var/www/imscp/engine/imscp-rqst-mngr -dv
- [DEBUG] iMSCP::Bootstrapper::boot: Booting backend....
- [DEBUG] iMSCP::LockFile::acquire: Acquiring exclusive lock on /var/lock/imscp.lock
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Plugin tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Plugin tasks for: ServerDefaultPage (ID 1)
- [DEBUG] Modules::Plugin::_executePluginAction: Executing run( ) action on Plugin::ServerDefaultPage
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Plugin tasks for: PhpSwitcher (ID 3)
- [DEBUG] Modules::Plugin::_executePluginAction: Executing run( ) action on Plugin::PhpSwitcher
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Plugin tasks for: SpamAssassin (ID 4)
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Plugin tasks for: LetsEncrypt (ID 6)
- [DEBUG] Modules::Plugin::_executePluginAction: Executing install( ) action on Plugin::LetsEncrypt
- [DEBUG] iMSCP::Execute::execute: apt-get --assume-yes --no-install-recommends --quiet install ca-certificates git libarray-diff-perl libconvert-asn1-perl libdatetime-format-strptime-perl lsb-release
- [DEBUG] Plugin::LetsEncrypt::_installDistributionPackages: Reading package lists...
- Building dependency tree...
- Reading state information...
- ca-certificates is already the newest version (20161130+nmu1+deb9u1).
- git is already the newest version (1:2.11.0-3+deb9u4).
- libarray-diff-perl is already the newest version (0.07-2).
- libconvert-asn1-perl is already the newest version (0.27-2).
- libdatetime-format-strptime-perl is already the newest version (1.7200-1).
- lsb-release is already the newest version (9.20161125).
- 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- [DEBUG] Modules::Plugin::_executePluginAction: Executing enable( ) action on Plugin::LetsEncrypt
- [DEBUG] iMSCP::Execute::execute: update-ca-certificates --fresh
- [DEBUG] (eval): Clearing symlinks in /etc/ssl/certs...
- done.
- Updating certificates in /etc/ssl/certs...
- 151 added, 0 removed; done.
- Running hooks in /etc/ca-certificates/update.d...
- done.
- [DEBUG] iMSCP::EventManager::trigger: Triggering onLoadTemplate event
- [DEBUG] iMSCP::EventManager::trigger: Triggering beforeHttpdBuildConf event
- [DEBUG] iMSCP::EventManager::trigger: Triggering afterHttpdBuildConfFile event
- [DEBUG] iMSCP::Execute::execute: update-ca-certificates
- [DEBUG] (eval): Updating certificates in /etc/ssl/certs...
- 0 added, 0 removed; done.
- Running hooks in /etc/ca-certificates/update.d...
- done.
- [DEBUG] iMSCP::Execute::execute: /var/www/imscp/gui/plugins/LetsEncrypt/bin/certbot-auto --non-interactive --no-self-upgrade --version
- [DEBUG] (eval): Bootstrapping dependencies for Debian-based OSes... (you can skip this with --no-bootstrap)
- Hit:1 http://repo.mysql.com/apt/debian stretch InRelease
- Ign:2 http://deb.debian.org/debian stretch InRelease
- Hit:3 http://security.debian.org stretch/updates InRelease
- Hit:4 http://deb.debian.org/debian stretch-updates InRelease
- Hit:5 http://deb.debian.org/debian stretch Release
- Ign:6 http://dl.google.com/linux/mod-pagespeed/deb stable InRelease
- Hit:7 http://dl.google.com/linux/mod-pagespeed/deb stable Release
- Ign:8 http://apt.izzysoft.de/ubuntu generic InRelease
- Hit:10 https://packages.sury.org/php stretch InRelease
- Hit:9 https://apt.izzysoft.de/ubuntu generic Release
- Reading package lists...
- Reading package lists...
- Building dependency tree...
- Reading state information...
- augeas-lenses is already the newest version (1.8.0-1+deb9u1).
- libaugeas0 is already the newest version (1.8.0-1+deb9u1).
- ca-certificates is already the newest version (20161130+nmu1+deb9u1).
- gcc is already the newest version (4:6.3.0-4).
- libffi-dev is already the newest version (3.2.1-6).
- python is already the newest version (2.7.13-2).
- python-dev is already the newest version (2.7.13-2).
- python-virtualenv is already the newest version (15.1.0+ds-1).
- virtualenv is already the newest version (15.1.0+ds-1).
- openssl is already the newest version (1.1.1d-1+0~20191009.15+debian9~1.gbpd6badf).
- Suggested packages:
- libssl-doc
- The following NEW packages will be installed:
- libssl-dev
- 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
- Need to get 1787 kB of archives.
- After this operation, 8063 kB of additional disk space will be used.
- Get:1 https://packages.sury.org/php stretch/main amd64 libssl-dev amd64 1.1.1d-1+0~20191009.15+debian9~1.gbpd6badf [1787 kB]
- Fetched 1787 kB in 1s (1590 kB/s)
- Selecting previously unselected package libssl-dev:amd64.
- (Reading database ... 62205 files and directories currently installed.)
- Preparing to unpack .../libssl-dev_1.1.1d-1+0~20191009.15+debian9~1.gbpd6badf_amd64.deb ...
- Unpacking libssl-dev:amd64 (1.1.1d-1+0~20191009.15+debian9~1.gbpd6badf) ...
- Setting up libssl-dev:amd64 (1.1.1d-1+0~20191009.15+debian9~1.gbpd6badf) ...
- Creating virtual environment...
- Installing Python packages...
- Installation succeeded.
- [DEBUG] iMSCP::Service::_detectInit: Systemd init system has been detected
- [DEBUG] iMSCP::Execute::execute: /bin/systemctl --system is-active apache2.service
- [DEBUG] iMSCP::Provider::Service::Sysvinit::_exec: active
- [DEBUG] iMSCP::Execute::execute: /bin/systemctl --system reload apache2.service
- [DEBUG] iMSCP::Execute::execute: /bin/systemctl --system is-active apache2.service
- [DEBUG] iMSCP::Provider::Service::Sysvinit::_exec: active
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::ServerIP tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::ServerIP
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::SSLcertificate tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::SSLcertificate
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::User tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::User
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Domain tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::Domain
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Subdomain tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::Subdomain
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Alias tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::Alias
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::SubAlias tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::SubAlias
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::CustomDNS tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::CustomDNS
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::CustomDNS tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::CustomDNS
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::FtpUser tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::FtpUser
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Mail tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::Mail
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Htpasswd tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::Htpasswd
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Htgroup tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::Htgroup
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Htaccess tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::Htaccess
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::SubAlias tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::SubAlias
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Alias tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::Alias
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Subdomain tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::Subdomain
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::Domain tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::Domain
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: Processing Modules::User tasks...
- [DEBUG] iMSCP::DbTasksProcessor::processDbTasks: No task to process for Modules::User
- [DEBUG] iMSCP::LockFile::release: Releasing exclusive lock on /var/lock/imscp.lock
Thank you for using our services. Please connect to the control panel interface and check that all is working as expected.