Skip to content

Commit

Permalink
Merge branch 'master' of github.com:matteocorti/check_ssl_cert
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Nov 21, 2023
2 parents 454c3c3 + 7f0a507 commit 4f62590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_ssl_cert
Original file line number Diff line number Diff line change
Expand Up @@ -5247,7 +5247,7 @@ main() {
SERVERNAME=

if ${OPENSSL} version | grep -q -F 'LibreSSL' &&
[ ${HOST_IS_IP} -eq 1 ] ; then
[ "${HOST_IS_IP}" -eq 1 ] ; then

verboselog 'LibreSSL does not support IP addresses as "servername" disabling virtual server support'

Expand Down

0 comments on commit 4f62590

Please sign in to comment.