DEV Community

Frederick Ollinger
Frederick Ollinger

Posted on

C# HTTPS REST Connections Using Self-Signed TLS Certificates

RestSharp is a C# library for making client side REST connections to servers.

It can use HTTP or HTTPS, but it does not seem to like self-signed certificates to connect to a server.

Top comments (0)