From c1b42c1a674c114b542354bf76b939aecfb06ba5 Mon Sep 17 00:00:00 2001 From: BastelPichi <63782569+BastelPichi@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:30:19 +0100 Subject: [PATCH] Removed MyOwnFreeHost API port to use trusted cert --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index e67712d..0d5c44a 100644 --- a/src/Client.php +++ b/src/Client.php @@ -67,7 +67,7 @@ public function getDefaultParameters() return [ 'apiUsername' => '', 'apiPassword' => '', - 'apiUrl' => 'https://panel.myownfreehost.net:2087/xml-api/', + 'apiUrl' => 'https://panel.myownfreehost.net/xml-api/', 'plan' => '', ]; }