I haven't tested it, but you can probably implement your own AccessManager class (found in TSSLSocket.h), and pass an instance of that class to TSSLSocket::access(). Your implementation can ignore host name matching.
From: Isuru Haththotuwa <[email protected]> To: [email protected], [email protected], Date: 03/07/2013 06:49 AM Subject: Disable Host Name Verification in Thrift C++ Client Hi, Is there a way to disable host name matching in SSL handshake in thrift? I'm using a c++ thrift client. -- Thanks and Regards, Isuru
