Skip to content

Commit

Permalink
Merge pull request #221 from cakephp/steinkel-patch-1
Browse files Browse the repository at this point in the history
add note about https endpoint configuration
  • Loading branch information
markstory authored Mar 21, 2020
2 parents 0b9c2d6 + 5f0d7dc commit 86b76ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ your **config/app.php** file. An example configuration would be::
],
]

If your endpoint requires https, use::

'port' => 443,
'transport' => 'https'

or you might get a 400 response back from the elasticsearch server.

Overview
========

Expand Down

0 comments on commit 86b76ce

Please sign in to comment.