c++ Programming Glossary: socketfactory
SSL Certificate, not authenticating via thrift, but OK via browser http://stackoverflow.com/questions/10964755/ssl-certificate-not-authenticating-via-thrift-but-ok-via-browser exactly what every line is doing though I have a good idea socketFactory server true this is the server socketFactory authenticate false.. a good idea socketFactory server true this is the server socketFactory authenticate false no auth socketFactory loadCertificate server.crt.. is the server socketFactory authenticate false no auth socketFactory loadCertificate server.crt socketFactory loadPrivateKey new_key.pem..
|