• 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

merging two arrays with specified index

backup files to google drive using PHP

Having trouble with PDO queries (Notice: Undefined index)

generate an Excel file using PHP

How to render html from a @foreach loop in a textarea

Laravel Passport - Not able to get token string in response?

How to KeyBy where multiple items have the same key

Laravel 4 Redirect::back() not going to previous page (refreshing current page)

Require a class from another class - php

Maatwebsite Excel 3.1 : how do I skip duplicate data when imported?

Laravel display validation error

Edit product hook WooCommerce

how to identify the web server name of remote host

Laravel Nova Dependency Container what are the allowed resource properties other than id in dependsOn

Limit of log line written to Apache Errorlog from mod php error_log

About Contact Privacy policy Terms and conditions