https://github.com/osquery/osquery logo
#general
Title
# general
h

himanshu

03/15/2022, 4:10 AM
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

Stefano Bonicatti

03/15/2022, 6:24 PM
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

himanshu

03/16/2022, 4:03 AM
thanks @Stefano Bonicatti for the details.
4 Views