-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
In elasticsearch version 6.6.1 and elasticsearch-dsl version 6.1.0, ssl verification seems to ignore the verify_certs option. When set to True, the cert is still verified and fails on self-signed certs.
In version elasticsearch 5.5.1, and elasticsearch-dsl version 5.4.0, the verify_certs options works as expected.
client = Elasticsearch( hosts=['localhost'], verify_certs=False, timeout=60 )
elasticsearch.exceptions.SSLError: ConnectionError([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)) caused by: SSLError([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777))
HarshaLaxman, tudorikas, PedroChaparro and tsigouris007
Metadata
Metadata
Assignees
Labels
No labels