You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell libcurl to not verify the peer. With libcurl you disable this with curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
With the curl command line tool, you disable this with -k/--insecure.
The text was updated successfully, but these errors were encountered:
Problem
I'm trying to enter the command on
https://laravelshift.com/convert-curl-to-http
Result of this:
Expected Result
The same situation with the `-k flag
Result of this:

Expected Result
From https://curl.se/docs/sslcerts.html
The text was updated successfully, but these errors were encountered: