Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support disable ssl verification #480

Closed
strbak opened this issue Jul 25, 2019 · 3 comments
Closed

support disable ssl verification #480

strbak opened this issue Jul 25, 2019 · 3 comments
Milestone

Comments

@strbak
Copy link

strbak commented Jul 25, 2019

General information

OS Platform and Distribution (e.g., Linux Ubuntu 16.04): ubuntu 16.04
ElasticHQ Version: 3.50
Elasticsearch Version: 6.6.2
Python version: 3.6
Browser Vendor and Version (if applicable):

Issue Description

with es 6.8.1 and above , auth & ssl is common , many es clusters are built are with passwd ,please kinldy help consider the problems

Source Code / Logs

do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed

@cboothe
Copy link

cboothe commented Aug 5, 2019

This would be great! The Open Distro For Elasticsearch is setup out of the box with a generic SSL configuration, using the --insecure option to connect.

@abh
Copy link

abh commented Aug 21, 2019

I have it setup with a CA mounted in the container, but it still doesn't work (as in #479 ?). Maybe the python stuff isn't supporting ECDSA certificates? In any case I'd be happy to just disable verification in this environment. ElasticHQ is talking on the private k8s network to ES in the same namespace with limited network access to anything else.

@royrusso royrusso added this to the 3.5.2 milestone Sep 13, 2019
@royrusso
Copy link
Member

Closing. Related to #471

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

No branches or pull requests

4 participants