Hi there,
it comes often to the case that we have to monitor https pages and need to know for example that tls 1.0 is disabled and tls 1.2 is enabled. So it would be awesome if there would be an check where we can specify simply port and allowed protocols and ciphers for tls. If they dont match = Warning.
Have you tried forcing the version that you want to evaluate?
If the specified version is not being use an error should be generated.
You could monitor the same URL several times using different values in that field and in the service name you could add the version that is being utilized.
Thanks for the hint - but this means that we need to do for example at least 4 checks per HTTP Service to are sure that sslv3, sslv2, tlsv1 and tls v1.1 is disabled right? That makes it a bit messy :-/
It depends, if your URLs dont contain an URI you could create those 4 checks and point to a folder.
Then you could create hosts using the URL of your sites and use $HOSTNAME$ in the service name. Another alternative is to create a script using check_http and reading the URLs from a list.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.