webman或workerman:PHP Fatal error: Uncaught Exception: class \Protocols\Https not exist

  PHP

这是因为webman的server配置中listen写了https://0.0.0.0:8787,应该改为http://0.0.0.0:8787

LEAVE A COMMENT