aioelasticsearch
aioelasticsearch copied to clipboard
Port all ssl related parameters from elasticsearch-py-async
https://github.com/elastic/elasticsearch-py-async
A set of ssl related params is a mess.
aiohttp master reduced all of them to just ssl: https://github.com/aio-libs/aiohttp/blob/master/aiohttp/client.py#L184
Ok, same at elasticsearch-py, verify_ssl is deprecated for just ssl context. Lets limir aioelasticsearch to ssl only and bump minor version