nscp
nscp copied to clipboard
NRDP doesn't support TLS > 1.0
We are working on disabling TLS 1.0 on all of our systems.
Unfortunately when we disable it on the webserver that host our NRDP listener all of our NSClient++ checks failed.
It looks like include/http/client.hpp may be hard coded to use TLS 1.0 https://github.com/mickem/nscp/blob/da7c4b9b8f1036a0176f0ffd90070134b823d5f0/include/http/client.hpp#L98
For compliance reasons we need to support TLS 1.1 and/or TLS 1.2
We are seeing this same issue. Unfortunately for us, we have no choice but to disable tlsv1 & v1.1. We really need this updated or we need to find another way to do secure passive checks.
I'll just add a 'me too'...
I think we are staring at a dead project. Wish I could code.