Skip to content
Discussion options

You must be logged in to vote

After digging through the code, I found a way that works:

   Context::Ptr contextPtr = new Context(Context::CLIENT_USE, trustDB, Context::VERIFY_STRICT);
   // client certificate code setup removed
   SecureStreamSocket sss;
   sss.setPeerHostName(mVHost);
   sessionPtr = std::make_shared<HTTPSClientSession>(sss);
   sessionPtr->setHost(uri.getHost());
   sessionPtr->setPort(uri.getPort());

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Grummel7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant