Hello everyone,
Do you know, how could I block in nsclient++ for the web server (host: 8443) the protocol SSL/TLS and the cipher suites?
I have tried several configuration, but I still have the sames vulnerabilities.
I saw that is possible using NRPE using:
[/settings/NRPE/server]
use ssl = true
insecure = false
ssl options = no-sslv2,no-sslv3,no-tlsv1.0,no-tlsv1.1
allowed ciphers=HIGH:!aNULL:!MD5:!3DES
But like i said i’m using [/settings/WEB/server] for the restapi monitoring
But that don’t work
Do you have a solution?
Best regards