Hello, I have also posted my question at the following link and on someone's suggestion I am asking to this mailing list as well. Hopefully I got that right since this is my first time using this list
http://stackoverflow.com/questions/21213094/c-thrift-client-not-working-with-ssl I wanted to use ssl support provided by thrift in my c++ server and client. My own thrift client was always hanging in SSL_connect after it passes through "transport->open()" . So I built the official thrift\thrift-0.9.1\test\cpp\src\TestServer.cpp and testclient.cpp for windows. Same thing happened to me here as well. I also tried using the latest sources at https://github.com/apache/thrift Before I was working with 0.9.1 I really could use any help or pointers.
