Long story short,
latest icinga on latest debian,
I have a host that I do some https availability checks but i get this in
the icingaweb2 interface:
the host is www.triple.site
> CRITICAL - Cannot make SSL connection.
> 
> 47083947872336:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert 
> internal error:s23_clnt.c:770:

i try from the cli using openssl
openssl s_client -connect www.triple.site:443
> CONNECTED(00000003)
> 139664286357136:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 
> alert internal error:s23_clnt.c:770:

i try using a suggestion on the launchpad openssl bugtracker :
openssl s_client -connect www.triple.site:443 -cipher 'DEFAULT:!ECDH'

- And this one works -

Now how could i adapt it to fit the check_http plugin ?
I know this is more of a openssl related question but i'm at a loss
since check_http plugin doesnt give me the option to use another ssl lib.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to