Replies: 2 comments 47 replies
-
Which version of nsclient++ is it? |
Beta Was this translation helpful? Give feedback.
13 replies
-
Closing this as I assume from your comment that it is fixed :) |
Beta Was this translation helpful? Give feedback.
34 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use one central file with my configuration for NSClient which is hosted on my Nagios server. I recently disabled TLS 1.0 and 1.1 on my Nagios server, and now my servers (or rather NSClient) are unable to download the configuration file.
PS C:\Program Files\NSClient++> .\nscp.exe settings --switch https://xxxxxxx/nsclient.ini
E settings Failed to download C:\Program Files\NSClient++/cache\nsclient.ini.tmp: Failed to connect to xxxxxxxx:443: tlsv1 alert protocol version
c:\source\master\include\settings/impl/settings_http.hpp:139
Although the correct versions of TLS on set on my Windows servers that I monitor, it looks that NSclient has hardcoded the configuration that it is supposed to use the old TLS 1.0.
Is there any way to improve/fix it ?
Beta Was this translation helpful? Give feedback.
All reactions