• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

PHP cURL (SSL certificate problem: self signed certificate in certificate chain)

phpwordpresscurlphp-curl


PHP Snippet 1:

curl.cainfo = <absolute_path_to> cacert.pem

PHP Snippet 2:

curl_setopt ($ch, CURLOPT_CAINFO, dirname(__FILE__)."/cacert.pem");

Related Snippets

How to get array values using foreach in laravel

Limit WooCommerce products in cart only from one custom taxonomy

Sagepay Error The Vendor failed to provide a RedirectionURL

Laravel 5.1 xmlHttpRequest AJAX POST TokenMismatchException

Minimum order amount except for specific shipping method in WooCommerce

How do I truncate a decimal in PHP?

Composer Curl error 60: SSL certificate problem: unable to get local issuer certificate

How to change product Image when variables are selected in Shop and Archive Pages?

How do I pass the dynamic output of a php variable or php function to a CSS variable?

Passing a boolean value from checkbox in Laravel form

How to add a sidebar to Woocommerce Shop Page?

What will the best solution for this multiple optional filter?

Laravel Delete and Update

I want to use codeigniter foreign character library in my custom PHP project how i can use it?

Post Form Data To phpmyadmin Database

About Contact Privacy policy Terms and conditions