• 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.

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