You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2014/02/21 17:08:19 UTC

[jira] [Closed] (THRIFT-2356) c++ thrift client not working with ssl (SSL_connect hangs)

     [ https://issues.apache.org/jira/browse/THRIFT-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell closed THRIFT-2356.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.2

This is already part of the codebase as of commit 9f4f5157

> c++ thrift client not working with ssl (SSL_connect hangs)
> ----------------------------------------------------------
>
>                 Key: THRIFT-2356
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2356
>             Project: Thrift
>          Issue Type: Bug
>            Reporter: Rajesh Sharma
>             Fix For: 0.9.2
>
>
> I think it's a bug to declare createSocket with parameters "int socket" while the base class
> TServerSocket declares the virtual function createSocket with parameters "THRIFT_SOCKET socket"
> On windows THRIFT_SOCKET resolves to UINT_PTR hence TSSLServerSocket::createSocket function 
> did not get called from the guts.
> Hence a nasty hanging problem was happening for me while testing ssl feature using official test_server/test_client.
> I also posted my question at
> http://stackoverflow.com/questions/21213094/c-thrift-client-not-working-with-ssl-ssl-connect-hangs



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)