@Sebastien_Albrech wrote:
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
Posts: 5
Participants: 3