vali 6 years ago
parent
commit
3c9bce91f6

+ 1 - 1
vendor/GatewayWorker_windows/Applications/whisper/start_gateway.php

@@ -21,7 +21,7 @@ use \Workerman\Autoloader;
 // 自动加载类
 require_once __DIR__ . '/../../vendor/autoload.php';
 
-$ifssl = true;
+$ifssl = false;
 
 if ($ifssl) {
     $mds = DIRECTORY_SEPARATOR;