Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

SSL certificate problem: certificate has expired php

//Tell cURL where our certificate bundle is located.
$certificate = "C:wampcacert.pem";
curl_setopt($ch, CURLOPT_CAINFO, $certificate);
curl_setopt($ch, CURLOPT_CAPATH, $certificate);
Source by thisinterestsme.com #
 
PREVIOUS NEXT
Tagged: #SSL #certificate #certificate #expired #php
ADD COMMENT
Topic
Name
7+4 =