Encrytpred Subscribe/Publish

RCF support and general discussion.
Post Reply
okg
Posts: 10
Joined: Mon May 27, 2013 2:14 pm

Encrytpred Subscribe/Publish

Post by okg »

Hello,

I'm trying to use Ssl (Schannel) with RCF-2.2.0.0 (TcpEndpoint and HttpEnpoint)
Connections from client to the server are perfectly encrypted, but the published event go from the server to client in the plain form. Checked with WireShark.
Should it be expected?
publisherPtr->publish().setTransportProtocol/ setCertificateValidationCallback have no effect.

Tried to use HttpsEnpoint, but looks like subscribing to the server's events is not possible.
(Caught exception: Client-side SSPI authorization failed.)

Is there a way to get events from the server encrypted as well?

Thank you,
Konstantin

Post Reply