Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
57 stars 47 forks source link

Update tlsio_openssl to send SNI on client hello #168

Closed yunhaoling closed 4 years ago

yunhaoling commented 4 years ago

Update tlsio_openssl to send SNI on client hello

addressing the issue: https://github.com/Azure/azure-uamqp-python/issues/167

and code is copied (slight adjusted) from here: https://github.com/Azure/azure-c-shared-utility/pull/453