Hi Forum,
I am closing the connection:
curl -v -H "Connection: close" https://server.xxxx.net/_cluster/health
but NGINX is still able to make connections to Elasticsearch with a incorrect Token and I still that same message:
TLSv1.3 (IN), TLS app data, [no content] (0):
* Connection #0 to host server.xxxxx.net left intact
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* TLSv1.3 (OUT), TLS app data, [no content] (0):
* TLSv1.3 (OUT), TLS app data, [no content] (0):
* TLSv1.3 (OUT), TLS app data, [no content] (0):
* Using Stream ID: 1 (easy handle 0x563ce8e0c710)
* TLSv1.3 (OUT), TLS app data, [no content] (0):
> GET /_cluster/health HTTP/2
> Host: server.xxxxx.net:9243
> User-Agent: curl/7.61.1
> Accept: */*
> Connection: close
TLSv1.3 (IN), TLS app data, [no content] (0):
* Connection #0 to host server.xxxxx.net left intact
Thanks in advance