We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be58a7d commit 13963a3Copy full SHA for 13963a3
1 file changed
src/Interact/CurlConfig.php
@@ -10,7 +10,7 @@ class CurlConfig
10
{
11
public static function doCurl($apiKey, $userIdentity)
12
13
- $url = "http://" . Config::SERVER_HOST . ":" . Config::SERVER_PORT;
+ $url = "https://" . Config::SERVER_HOST . ":" . Config::SERVER_PORT;
14
$client = new Client([
15
'base_uri' => $url,
16
'timeout' => 2.0
0 commit comments