Search found 1 match
- Tue Jul 30, 2013 10:06 am
- Forum: Support - RCF
- Topic: RCF::Secure Comm (RCF::Tp_Ssl
- Replies: 1
- Views: 8158
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...