Search found 1 match

by Lck19
Tue Jul 30, 2013 10:06 am
Forum: Support - RCF
Topic: RCF::Secure Comm (RCF::Tp_Ssl
Replies: 1
Views: 4093

RCF::Secure Comm (RCF::Tp_Ssl

Hi I am using RCF for Client Server communication. I wanted to use Tp_Ssl in my Client Server communication. i am trying the code given on site as RCF::CertificatePtr serverCertPtr( new RCF::PemCertificate( "C:\\serverCert.pem", "password") ); server.setCertificate(serverCertPtr); I am using platfor...