• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Issue Error when using plesk "security-advisor" extention

VKD

New Pleskian
When start the "security-advisor" extention and we select a domain and then click "secure with with Let's Encrypt", then we get the following error:

Error: Execution letsencrypt-async.sh has failed with exit code 126, stdout: , stderr: sh: /usr/local/psa/admin/bin/modules/security-advisor/letsencrypt-async.sh: Permission denied

What is wrong?

Note: lets encrypt works without any problem when started from the domain setting.
 
Make sure that there are correct permissions:

# ll /usr/local/psa/admin/bin/modules/security-advisor/letsencrypt-async.sh
lrwxrwxrwx 1 root root 25 Feb 27 04:43 /usr/local/psa/admin/bin/modules/security-advisor/letsencrypt-async.sh -> ../../../sbin/mod_wrapper

# stat /usr/local/psa/admin/bin/modules/security-advisor/letsencrypt-async.sh
File: ‘/usr/local/psa/admin/bin/modules/security-advisor/letsencrypt-async.sh’ -> ‘../../../sbin/mod_wrapper’
Size: 25 Blocks: 0 IO Block: 4096 symbolic link
Device: 23h/35d Inode: 28972323 Links: 1
Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root)
 
Back
Top