I'm getting a pointlessly ambiguous error message when I run the following command:
I then logged in as both root and the user PHP runs as. The root user is able to run the command fine while the (confirmed) user PHP runs as is getting the same ambiguous permission denied error.
The cPanel "Errors" page doesn't list anything relevant (just older errors I've cleaned up during this work session).
I have had this command run successfully many times before via PHP's shell_exec command (which I always filter for semi-colon injection attacks). What can I do to debug this issue?
Edit 1: my apologies, could a moderator please move this thread to the Developer Experience forum?
Code:
/usr/local/cpanel/bin/autossl_check --user example
The cPanel "Errors" page doesn't list anything relevant (just older errors I've cleaned up during this work session).
I have had this command run successfully many times before via PHP's shell_exec command (which I always filter for semi-colon injection attacks). What can I do to debug this issue?
Edit 1: my apologies, could a moderator please move this thread to the Developer Experience forum?
Last edited: