• 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

PHP: How to quickly split a key=value file into associative array

Required field only if another field has a value, must be empty otherwise

How to submit a form when page loads using JavaScript?

Handle error for duplicate entries - PHP/MySQL

Is there a way to use Foundry Model for Authentification inside Functional Tests?

shell errors running php exec

How to submit the custom form data in database in WordPress without plugin using ajax?

Elastic Beanstalk with Laravel Envoy

php curl requesting twice

How do I truncate a decimal in PHP?

NGINX: connect() to unix:/var/run/php7.2-fpm.sock failed (2: No such file or directory)

javascript html popup window

Need to display only array value in JSON output

Distribute array row data to make multiple new rows

Remove categories with all childs derived from parent category

About Contact Privacy policy Terms and conditions