xmpp-prebind-php icon indicating copy to clipboard operation
xmpp-prebind-php copied to clipboard

SSL support

Open nexen2 opened this issue 8 years ago • 1 comments

nexen2 avatar Apr 05 '17 14:04 nexen2

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);
+        }

mckaygerhard avatar May 19 '17 12:05 mckaygerhard