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

SSL support#23

Open
nexen2 wants to merge 2 commits intocandy-chat:masterfrom
nexen2:master
Open

SSL support#23
nexen2 wants to merge 2 commits intocandy-chat:masterfrom
nexen2:master

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