GitHub user theopolis opened a pull request:

    https://github.com/apache/thrift/pull/894

    THRIFT-3667 C++: Add TLS SNI support to clients

    For C++ OpenSSL clients, set the TSocket's requested hostname as the TLS 
extension "server_name" to support TLS SNI. This reveals the requested hostname 
within the clear-text TLS request, but supports most TLS-proxy services that 
support multiple virtual hosts.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/theopolis/thrift THRIFT-3667

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/894.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #894
    
----
commit ff9811ccbe22c911bf50e4070ce36263cfcac22c
Author: Teddy Reed <te...@prosauce.org>
Date:   2016-02-23T07:23:47Z

    THRIFT-3667 C++: Add TLS SNI support to clients

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to