You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I had some nodes failing because the certificate didn't get reloaded correctly for a while and the error was not detected until the certificate was outdated.
reloading SSL services
the input device is not a TTY
getssl: error running: docker exec -it nginx-proxy sh <...>
I could fix my command which didn't have to include -it but would it be possible to detect if something went wrong during the RELOAD_CMD command ?
I actually monitor every getssl command and the exit_code could be used to detect if there is a problem.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello, I had some nodes failing because the certificate didn't get reloaded correctly for a while and the error was not detected until the certificate was outdated.
I could fix my command which didn't have to include
-it
but would it be possible to detect if something went wrong during the RELOAD_CMD command ?I actually monitor every getssl command and the exit_code could be used to detect if there is a problem.
Thanks in advance
The text was updated successfully, but these errors were encountered: