Skip to content

Commit 9bc9c48

Browse files
committed
Localhost doesn't like the certificate so ignore the warning
1 parent 9a6dd62 commit 9bc9c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/SupportedApps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static function getList()
113113
{
114114
// $list_url = 'https://apps.heimdall.site/list';
115115
$list_url = config('app.appsource').'list.json';
116-
$client = new Client(['http_errors' => false, 'timeout' => 15, 'connect_timeout' => 15]);
116+
$client = new Client(['http_errors' => false, 'verify' => false, 'timeout' => 15, 'connect_timeout' => 15]);
117117

118118
return $client->request('GET', $list_url);
119119
}

0 commit comments

Comments
 (0)