Page 1 of 1

Encrytpred Subscribe/Publish

Posted: Thu Sep 14, 2017 12:14 pm
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