Skip to content

Commit

Permalink
disable option to disable certcheck issue #101
Browse files Browse the repository at this point in the history
  • Loading branch information
BSteelooper committed Apr 26, 2021
1 parent 2c3965d commit ca3fae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/inc/update_applet.php
Expand Up @@ -41,7 +41,7 @@
$geturl = curl_init();
curl_setopt($geturl, CURLOPT_URL, $url);
// Dont check ssl certifical
curl_setopt($geturl, CURLOPT_SSL_VERIFYPEER, false);
//curl_setopt($geturl, CURLOPT_SSL_VERIFYPEER, false);
// Go redirect
curl_setopt($geturl, CURLOPT_FOLLOWLOCATION, true);
// Return data
Expand Down

0 comments on commit ca3fae7

Please sign in to comment.