Skip to content

Commit 4490e7d

Browse files
rafaltrojanowskipicandocodigo
authored andcommitted
Update connecting.asciidoc
1 parent 13d02b9 commit 4490e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connecting.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ use the `transport_options` option:
242242
Elasticsearch::Client.new(
243243
url: 'https://username:password@localhost:9200',
244244
transport_options: {
245-
ssl: { ca_file: '/path/to/cacert.pem' }
245+
ssl: { ca_file: '/path/to/http_ca.crt' }
246246
}
247247
)
248248
------------------------------------

0 commit comments

Comments
 (0)