Hi Ted, I hit this exact problem a while back, and ended up creating a my own transport using GCDAsyncSocket, as I also needed SSL support along with Framed Transport.
See https://github.com/robbiehanson/CocoaAsyncSocket for more information on this rather nifty library. If you'd like access to the code, let me know and I'd be happy to post it up. Regards, --Kools On 30 December 2013 17:07, Ted Rogers <[email protected]> wrote: > > I'm looking to secure an existing Thrift connection using SSL. I see > libraries for doing this with Java using TSSLTransportFactory but I don't > see any Cocoa source for this. > > Any suggestions on how I go about doing this? > > Ted
