nscp icon indicating copy to clipboard operation
nscp copied to clipboard

NRDP doesn't support TLS > 1.0

Open TonyBunce opened this issue 6 years ago • 3 comments

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

TonyBunce avatar Jun 22 '18 18:06 TonyBunce

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.

uSlackr avatar Feb 03 '21 14:02 uSlackr

I'll just add a 'me too'...

danci1973 avatar Apr 14 '21 07:04 danci1973

I think we are staring at a dead project. Wish I could code.

uSlackr avatar Apr 14 '21 12:04 uSlackr