Does anyone know how to use Avro RPC along with SSL? This is for C# clients and servers and we're using the HEAD from SVN (since 1.7.6 is away but the HEAD has RPC support in the C# tree).
I was thinking we'd need to use the SSLStream class from the BCL but wasn't sure. (http://msdn.microsoft.com/en-us/library/system.net.security.sslstream.aspx) Thanks Sid
