You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2016/05/02 14:02:12 UTC

[jira] [Commented] (THRIFT-3811) HTTPS Support for C++ applications

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

James E. King, III commented on THRIFT-3811:
--------------------------------------------

THTTPClient and THTTPServer (based on THTTPTransport) take a TTransport as their first argument.  On the server side, pass in a TSSLServerSocket instead of a TServerSocket; on the client side pass in a TSSLSocket instead of a TSocket.  Let me know if this solves your issue so I can close out the Jira ticket.

> HTTPS Support for C++ applications
> ----------------------------------
>
>                 Key: THRIFT-3811
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3811
>             Project: Thrift
>          Issue Type: Question
>          Components: C++ - Compiler, C++ - Library
>    Affects Versions: 0.9.3
>         Environment: Linux
>            Reporter: ramesh
>            Assignee: James E. King, III
>
> Hi All,
> One of application want to use https feature in c++ thrift application.
> Gone through the headers related to http transport in thrift package and i haven't found any code or documentations related to https.
>  
> https support for c++ server/client available or not ?
> If supports please provide info to use.
> Regards
> Ramesh



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