We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde3be0 commit 6f0a044Copy full SHA for 6f0a044
.doc/connecting.asciidoc
@@ -74,7 +74,7 @@ Once you have the `http_ca.crt` file somewhere accessible pass the content of th
74
75
[source,go]
76
------------------------------------
77
-cert, _ := ioutil.ReadFile("/path/to/http_ca.crt")
+cert, _ := os.ReadFile("/path/to/http_ca.crt")
78
79
cfg := elasticsearch.Config{
80
Addresses: []string{
0 commit comments