-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi Vinnie ,
For my system, below code is not making handshake success . Code work without SSL enable
ssl::context ctx{ ssl::context::tlsv1_client };
// This holds the root certificate used for verification
load_root_certificates(ctx);
//// Verify the remote server's certificate
ctx.set_verify_mode(ssl::verify_peer);
ctx.set_default_verify_paths();
Please help me
Metadata
Metadata
Assignees
Labels
No labels