Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
562 stars 89 forks source link

Update ssl context and remove deprecated options #255

Closed cocolato closed 3 months ago

cocolato commented 3 months ago

Since python3.6, we can use ssl.PROTOCOL_TLS_SERVER and ssl.PROTOCOL_TLS_CLIENT to replace the deprecated ssl.PROTOCOL_SSLv23