Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants