Hi All, I have a java based thrift server. I want to secure my thrift server using SSL security. I found this blog post[1] which explains how to secure a thrift server and client communication using SSL security. The example uses a java server and a java client. But in my case I want to use a php client. I would appreciate if someone can provide me some pointers on how can I incorporate SSL security to a PHP thrift client.
Thank you. Supun [1] - http://chamibuddhika.wordpress.com/2011/10/03/securing-a-thrift-service/
