Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ssl_authentication.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can configure the client to use SSL for connecting to your elasticsearch clu

=== Basic Auth

Basic authentication credentials can be configured on a per-host basis using URL notiation, or at the `auth:` property of a host config object.
Basic authentication credentials can be configured on a per-host basis using URL notation, or at the `auth:` property of a host config object.

.Credentials directly in the host url:
[source,js]
Expand Down Expand Up @@ -46,4 +46,4 @@ var client = new elasticsearch.Client({
rejectUnauthorized: true
}
});
-----
-----