Jools,

Thanks for the response.  I am also using TNSFramedTransport.  I inherited
this code so I am hanging on by my fingertips. :)
After doing some more research I was wondering whether it was enough to
just set the security level on the streams before opening them by setting
the NSStreamSocketSecurityLevelKey and kCFStreamPropertySSLSettings
properties on the streams in TSocketClient.
I assume that is not enough?
Ted







On Mon, Dec 30, 2013 at 2:11 PM, Jools <[email protected]> wrote:

> 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
>

Reply via email to