GetStream / stream-python

Python Client - Build Activity Feeds & Streams with GetStream.io
https://getstream.io
BSD 3-Clause "New" or "Revised" License
141 stars 41 forks source link

Enable SNI support for old python versions #57

Closed JelteF closed 7 years ago

JelteF commented 7 years ago

Summary:

We are thinking about using SNI for our certificates. This enables support for that on python versions lower than 2.7.9.

It also requires requests of at least version 2.4.1 for these python versions. This is because here the security extra is added that is used to pull in the SNI deps. These deps differ from requests release to requests release so they cannot be added manually easily.

Submitter checklist:

Merger checklist: