diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-11 21:54:05 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-11 21:54:05 +0200 |
| commit | 7382fa90f84d38cd2ae08c880e9ed6a4ad644d35 (patch) | |
| tree | e367f424cfb94bd6730e196916a96a9725e61c27 /plugins/sslutils.c | |
| parent | fb39f96ac6f72bb56d17f3e8694134dfea9186e9 (diff) | |
| parent | 1dfb5a0c10881b43cb60cf93bab63648c61201b5 (diff) | |
| download | monitoring-plugins-7382fa90f84d38cd2ae08c880e9ed6a4ad644d35.tar.gz | |
Merge branch 'master' into refactor/check_users
Diffstat (limited to 'plugins/sslutils.c')
| -rw-r--r-- | plugins/sslutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sslutils.c b/plugins/sslutils.c index 719de575..96740b3a 100644 --- a/plugins/sslutils.c +++ b/plugins/sslutils.c | |||
| @@ -201,7 +201,7 @@ int np_net_ssl_check_certificate(X509 *certificate, int days_till_exp_warn, int | |||
| 201 | time_t tm_t; | 201 | time_t tm_t; |
| 202 | 202 | ||
| 203 | if (!certificate) { | 203 | if (!certificate) { |
| 204 | printf("%s\n", _("CRITICAL - Cannot retrieve server certificate.")); | 204 | printf("%s\n", _("CRITICAL - No server certificate present to inspect.")); |
| 205 | return STATE_CRITICAL; | 205 | return STATE_CRITICAL; |
| 206 | } | 206 | } |
| 207 | 207 | ||
