Answers for "curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it."

2

curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it.

// add the -k swith to disable ssl verification 
curl -k https://www.mywebsite.com
Posted by: Guest on August-21-2020

Code answers related to "curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language