Sebastien_Albrech
New member
Hi,
I’trying to use prestashop’s webservice on website protected by an SLL let’s encrypt certificate, but it’s not working anymore.
it’s only work when i disable SSL check:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
it’s working fine in HTTP as well.
any idea to help me ?
Regards
I’trying to use prestashop’s webservice on website protected by an SLL let’s encrypt certificate, but it’s not working anymore.
it’s only work when i disable SSL check:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
it’s working fine in HTTP as well.
any idea to help me ?
Regards