Closed cyberjeff-u8t closed 5 years ago
Ok, I'm silly. I found the mistake I made: --ca-certs ca_bundle ca_bundle should contain the intermediate certificate and the root certificate.
Hi, +1 here It would be useful to be able to deactivate SSL verification. This is particularly painful when you want to make this work with the container and the non verifiable / publicly known certs ssl endpoint. Thanks !
Closing this, as it's related to #471
General information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Red Hat Enterprise Linux Server release 7.4 (Maipo)
ElasticHQ Version: 3.4.1
Elasticsearch Version:6.3.2
Python version: 3.4.5
Issue Description
Got a CERTIFICATE_VERIFY_FAILED.
Certificate test ok with curl: curl https://acm-elk-tst.panalpina.com:9200/_cluster/settings?pretty --noproxy acm-elk-tst.panalpina.com -v --cacert ~/ssl/subCA.cer
Start command: python -m application --enable-ssl --ca-certs subCA.cer
Source Code / Logs