I have a development server, which works via HTTPS. I made my own SSL certificate and signed it by myself. Now when I try to connect to this server from another using CURL I get an error message, which says CURL cannot check out the server's certificate. That’s a smart thing when we need to be sure our connection is protected. But in my case I wish CURL didn’t care about valid certificate (I trust myself).
Q: How can I force CURL not to check the certificate?