[ 
https://issues.apache.org/jira/browse/THRIFT-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15158453#comment-15158453
 ] 

ASF GitHub Bot commented on THRIFT-3667:
----------------------------------------

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

----


> Add TLS SNI support to clients
> ------------------------------
>
>                 Key: THRIFT-3667
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3667
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Library
>            Reporter: Teddy Reed
>            Priority: Trivial
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Most services are deployed behind a TLS proxy/LB. It's nice to have SNI 
> support in TLS clients, this is a trivial change in the C++ OpenSSL 
> implementations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to