Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

SSL support #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

SSL support #23

wants to merge 2 commits into from

Conversation

nexen2
Copy link

@nexen2 nexen2 commented Apr 5, 2017

No description provided.

@mckaygerhard
Copy link

mckaygerhard commented May 19, 2017

the problem of this commit its due netbeans usage the changes are too much and real changes are only 4 lines

+        if ($this->useSsl) {
+            curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
+            curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
+        }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants