Skip to content

For SSL handshake not happening #1

@EkbalCode

Description

@EkbalCode

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions