• 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

error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure

phpsslcurlsslv3


PHP Snippet 1:

  $caFile = "ca.pem";
  $keyFile = "key.pem";
  $certFile = "client.pem";
  $certPass = "xxxxxx";

  curl_setopt($ch, CURLOPT_CAINFO, $caFile);
  curl_setopt($ch, CURLOPT_SSLKEY, $keyFile);
  curl_setopt($ch, CURLOPT_SSLCERT, $certFile);
  curl_setopt($ch, CURLOPT_SSLCERTPASSWD, $certPass);

Related Snippets

Cross-Origin Resource Sharing (CORS) witth Laravel and Vuejs

Laravel Schedule not sending email

PHP 8.1: strftime() is deprecated

How to change 'users' auth table and use another instead Laravel

Not able to access model in the controller mautic

Check for PDO Results, If None Display Message, If Yes then Loop Through

Populate Dynamic Dropdowns List in Codeigniter

Get latest Tweets - What API

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

Add a text next to stock quantity if it is less than 10 in Woocommerce single product

SendGrid: Sending an email to multiple recipients without other emails being shown on the "to" field

PHP's array_map including keys

Display specific shipping method if woocommerce product has specific acf field value

How to add a custom field to all Woocommerce attribute terms using add_action

Reorder attribute dropdown terms in Woocommerce single variable products

About Contact Privacy policy Terms and conditions