paylike / php-api

A PHP client for accessing the API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing CURL SSLVERSION

visitek opened this issue · comments

There should be explicitly set SSL version.

curl_setopt($ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2);

Closed as per the discussion in #11.