diff --git a/lib/private/OCM/OCMDiscoveryService.php b/lib/private/OCM/OCMDiscoveryService.php index dd643a36c52fe..ed2aa9e00b751 100644 --- a/lib/private/OCM/OCMDiscoveryService.php +++ b/lib/private/OCM/OCMDiscoveryService.php @@ -47,7 +47,7 @@ public function __construct( public function discover(string $remote, bool $skipCache = false): IOCMProvider { $remote = rtrim($remote, '/'); if (!str_starts_with($remote, 'http')) { - $remote = 'https://' . $remote; + $remote = 'http://' . $remote; } if (!$skipCache) {