Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

CA_CERT support #133

Open
quasiben opened this issue Apr 4, 2017 · 0 comments
Open

CA_CERT support #133

quasiben opened this issue Apr 4, 2017 · 0 comments

Comments

@quasiben
Copy link

quasiben commented Apr 4, 2017

Can one use aioes with ca_certs passed in as a parameter like elasticsearch-py:

es = Elasticsearch(
    ['localhost', 'otherhost'],
    http_auth=('user', 'secret'),
    port=443,
    use_ssl=True,
    ca_certs='/path/to/cacert.pem',
    client_cert='/path/to/client_cert.pem',
    client_key='/path/to/client_key.pem',
)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant