How to fix self-signed SSL certificates error in C# REST clients
Sometimes for testing purposes, you may want to use custom self-signed HTTPS SSL certificates. But C# client application is not willing to connect to the server with a self-signed certificate, throwing the error "Could not create SSL/TLS secure channel".