SSL handshake error: stream_socket_enable_crypto(): SSL_R_NO_SHARED_CIPHER: no suitable shared cipher could be used. This could be because the server is missing an SSL certificate (local_cert context option) ...
// 初始化 gateway 进程 $gateway = new Gateway("p1://0.0.0.0:1227")// 心跳间隔 $gateway->pingInterval = 180; $gateway->pingNotResponseLimit = 2;// 初始化 gateway 进程 $gateway2 = new Gateway("p2://0.0.0.0:1228")// 心跳间隔 ...