I read these two things:
Putting these together, would sending a password to an HTTPS server through curl be insecure? Do both servers need HTTPS in order to be secure?
Using curl in php is safe as long as you don't disabled the certificate verification.
Do not touch CURLOPT_SSL_VERIFYHOST and CURLOPT_SSL_VERIFYPEER, their default values are the secure ones.
https://secure.php.net/manual/fr/function.curl-setopt.php
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With