Skip to content

Curl SSL Two way communiation #38

@gurumurthyjv

Description

@gurumurthyjv

any one can help me out with curl ssl 2 way communication.
using the below code snippet

using (var easy = new CurlEasy())
{
easy.AutoReferer = true;
easy.FollowLocation = true;
easy.Url = textBoxUrl.Text.Trim();
easy.CaInfo = @"------------.crt-----------------------------";
easy.CaPath = @"----------------
.crt-------------------------";
easy.SslKey = @"-----------.key------------------------------";
easy.SslCert = @"----------------
.crt-------------------------";

            easy.WriteFunction = OnWriteData;
            easy.Perform();
        }

provide me any example c# code for curl ssl 2 way communication

getting below error

"Unknown CA (48)"

Thanks.

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