On Thu, Jan 9, 2014 at 10:02 PM, Sid Shetye <[email protected]> wrote:
> Does anyone know how to use Avro RPC along with SSL?

The current C# implementation only has a SocketTransceiver
implementation, which does not support secure connections.  If you
want to interoperate with Java and other implementations, then we
should probably implement an HttpTransceiver for C# and use HTTPS.
This should be straightforward to implement using C#'s standard
HttpWebRequest.

Doug

Reply via email to