Elasticsearch 8.5.1 with NEST 7.17.5

Hi,
I am using elasticsearch 8.5.1.
with Client NEST 7.17.5 (C#)
I get an error every time I refer to Elastic (check if index exist/create index...) :
"The client is unable to verify that the server is elasticsearch due to an unsuccessful product check call. some functionality may not be compatible if the server is running an unsupported product."
When I try to access the same calls with the same URL, username and password via CURL I get success
Is it related to version incompatibility? How can this be resolved?

I guess you need to update the client.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.