Ian found your patch. It looks promising for C++.
I also started working on TSSLSocket / TSSLSocketserver for C# . If i get it working, I'll submit this back to the thrift project. I think SSL should be a feature for all the languages. On Tue, Oct 21, 2008 at 2:03 PM, Ian Pye <[EMAIL PROTECTED]> wrote: > I submitted a patch with ssl for C++ > (https://issues.apache.org/jira/browse/THRIFT-151) a while ago, but > haven't had any feedback on it. I've been using the patched version of > thrift myself on my own project without any issues. > > Ian > > On Tue, Oct 21, 2008 at 10:57 AM, Mark Slee <[EMAIL PROTECTED]> wrote: >> I believe someone was also working on regular SSL socket support for the >> C++ libraries. There may already be a patch out for that. In C# I'm >> assuming it'd be pretty easy to just write a TSecureSocket that uses the >> C# builtin libraries (if they're anything like Java). >> >> C++ is a little more involved since we get into linking against another >> library (i.e. openssl or whatever). >> >> Cheers, >> mcslee >> >> -----Original Message----- >> From: Amit Sudharshan [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, October 21, 2008 10:55 AM >> To: [email protected] >> Subject: Re: SSL Support >> >> I believe that you can configure thrift to work with apache over https. >> However another (perhaps simpler) option is to configure an ssh tunnel >> to the thrift server and pass your traffic through it. >> >> -Amit >> >> On Tue, Oct 21, 2008 at 12:52 PM, <[EMAIL PROTECTED]> wrote: >> >>> Im interested in using thrift for C++ <-> C# interop, but I would need >> >>> to encrypt the traffic. >>> >>> Are there any plans for thrift to support ssl? >>> >>> -- >>> -Anthony >>> >> > -- -Anthony
