-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Description
https://github.com/elastic/go-elasticsearch/blob/master/elasticsearch_example_test.go
Recommends this code to configure the TLSClientConfig:
TLSClientConfig: &tls.Config{
MinVersion: tls.VersionTLS11,
},
But I ?think? (I am very unsure about this) Elasticsearch supports TLSv1.3 https://www.elastic.co/guide/en/elasticsearch/reference/current/jdk-tls-versions.html
The example repository should absolutely be updated to use tls.VersionTLS13 if it is supported by Elasticsearch.
Metadata
Metadata
Assignees
Labels
No labels