w czym jest problem jak przy wchodzeniu na strone https prze curl
dostaje komunikat
Kod
Curl error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed


w kodzie mam
  1. curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
  2. curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 2);


wiec teoretycznie nie powinno byc problemu,uruchamiam to na lokalu xampp
jakies sugestie ?