hi, i am getting this message on a windows 10 20H2...
# general
h
hi, i am getting this message on a windows 10 20H2 device while running osquery 4.7.0 in a tls api call from logger plugin. any ideas what could be causing this
wrong version number
error and how it can be resolved.
s
Hello @himanshu, I think that specific part of the error message is coming from the openssl library, and is associated with having the wrong/unsupported version of TLS being used. It could also be that at the port being used the service is not actually using TLS at all. A similar issue here: https://github.com/openssl/openssl/issues/6289 with the final conclusion that there was a difference in ciphers being used.
So I would double check that the url and port to be contacted are correct and that the remote speaks TLS
h
thanks @Stefano Bonicatti for the details.