Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Accept scheme=https in constructor #72

Closed
wants to merge 1 commit into from
Closed

Conversation

moshe
Copy link

@moshe moshe commented Nov 8, 2019

According to elasticsearch-py docs, the client accepts the scheme="https" argument. running it in elasticsearch async client throwing connection exception due to missing https scheme in the URL.
workaround:

  1. add use_ssl: True
  2. Specify https in the hosts param

fixes moshe/elasticsearch-comrade#212

@moshe
Copy link
Author

moshe commented Nov 15, 2019

ping @fxdgear

@sethmlarson
Copy link
Contributor

Thanks for this, this functionality has been captured in elastic/elasticsearch-py#1232.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for self signed certs on ES
2 participants