• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Unable to schedule domain's backups in Plesk: Certificate has expired

SalvadorS

Regular Pleskian
Hello,

I have an issue in a Debian 8 server with Plesk Obsidian when I try to shedule a backup:

500 PleskException
Message SSL certificate problem: certificate has expired
File Catalog.php

I found this entry in plesk db:


But the problem is that when I executhe the command

dpkg -l | grep libssl

In my server:

root@xxx:/# dpkg -l | grep libssl

ii libssl1.0.0:amd64 1.0.1t-1+deb8u12 amd64 Secure Sockets Layer toolkit - shared libraries

So I only have one libssl. (in the plesk database there are 3 differents)

So I can remove it or not?
 
You have outdated libssl package.
Try to install all available updates on your server with

# apt update
# apt upgrade
 
Same problem here.

APT UPGRADE has installed some packages but nothing about libssl

Exactly like the other user i've only libssl1.0.0 installed so i'm not sure that removing that is a good idea...

EDIT
VersionPlesk Onyx v17.8.11_build1708180301.19 os_Debian 8.0
OSDebian 8.11
 
Back
Top