• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Can't access to /smb/backup/schedule/domainId/xx

naruemol.r

New Pleskian
Hi,

I'm newbie on plesk and have to manage plesk system alone.
I've the error 500 when I'm trying to set domain backup schedule.
Confirm that my plesk panal cert is valid and will be expired on May 2022.
Anyone have solution on this?
Thank you so much.

My plesk info:
OS‪Ubuntu 16.04.6 LTS‬
ProductPlesk Onyx Version 17.8.11

The error detail.
PleskException

TypePleskException
MessageSSL certificate problem: certificate has expired
File Catalog.php
Line83
 
Hi All,

Would anyone please help me on this issue?
I trying to backup or setting application on each domain but I got this error.
My cert on port 443 is valid and not expired.

Do I have to check or restart any service?

Thank you in advance.
 
Deprecated libssl shared libraries are installed:

Code:
# dpkg -l | grep libssl
ii libssl1.0.0:amd64 1.0.1t-1+deb8u12 amd64 Secure Sockets Layer toolkit - shared libraries
ii libssl1.0.2:amd64 1.0.2u-1~deb9u6 amd64 Secure Sockets Layer toolkit - shared libraries
ii libssl1.1:amd64 1.1.0l-1~deb9u3 amd64 Secure Sockets Layer toolkit - shared libraries

To fix the issue:
  1. Remove the deprecated library:
    Code:
    # dpkg -r --force-depends "libssl1.0.0"
  2. Restart the Plesk backend engine:
    Code:
    # systemctl restart sw-engine
    Note: That'll cause a brief Plesk downtime, while the service is being restarted.
 
Deprecated libssl shared libraries are installed:

Code:
# dpkg -l | grep libssl
ii libssl1.0.0:amd64 1.0.1t-1+deb8u12 amd64 Secure Sockets Layer toolkit - shared libraries
ii libssl1.0.2:amd64 1.0.2u-1~deb9u6 amd64 Secure Sockets Layer toolkit - shared libraries
ii libssl1.1:amd64 1.1.0l-1~deb9u3 amd64 Secure Sockets Layer toolkit - shared libraries

To fix the issue:
  1. Remove the deprecated library:
    Code:
    # dpkg -r --force-depends "libssl1.0.0"
  2. Restart the Plesk backend engine:
    Code:
    # systemctl restart sw-engine
    Note: That'll cause a brief Plesk downtime, while the service is being restarted.
Thank you for your reply.

I trying to run dpkg -l | grep libssl command.
But on my side I've only 1 library, should I remove it?

# dpkg -l | grep libssl

ii libssl1.0.0:amd64 1.0.2g-1ubuntu4.15 amd64 Secure Sockets Layer toolkit - shared libraries
 
Back
Top