ElasticHQ / elasticsearch-HQ

Monitoring and Management Web Application for ElasticSearch instances and clusters.
http://www.elastichq.org
Other
4.96k stars 530 forks source link

support disable ssl verification #480

Closed strbak closed 4 years ago

strbak commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

Closing. Related to #471