curl-to-php icon indicating copy to clipboard operation
curl-to-php copied to clipboard

--insecure not supported

Open hklcf opened this issue 3 years ago • 1 comments

--insecure should be rewritten as: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

hklcf avatar Jul 21 '20 04:07 hklcf

Already discussed here #5

mkp95 avatar Jun 11 '21 04:06 mkp95