Quantcast
Channel: ExeOutput for PHP - G.D.G. Software Forum
Viewing all articles
Browse latest Browse all 1024

Request webservice via SSL

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 1024

Trending Articles