aioelasticsearch icon indicating copy to clipboard operation
aioelasticsearch copied to clipboard

Port all ssl related parameters from elasticsearch-py-async

Open hellysmile opened this issue 7 years ago • 2 comments

https://github.com/elastic/elasticsearch-py-async

hellysmile avatar Jan 19 '18 13:01 hellysmile

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

asvetlov avatar Jan 19 '18 13:01 asvetlov

Ok, same at elasticsearch-py, verify_ssl is deprecated for just ssl context. Lets limir aioelasticsearch to ssl only and bump minor version

hellysmile avatar Jan 20 '18 22:01 hellysmile