• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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