Friday, December 21, 2018

How to ignore invalid and self signed ssl connection errors with curl


I wanted to curl command to ignore SSL certification warning. How do I force the curl command to ignore all invalid and self singed ssl connection errors?

The post How to ignore invalid and self singed ssl connection errors with curl appeared first on nixCraft.