在windows服務(wù)器下,GatewayWorker目前在http通訊正常,但在https下無(wú)法通訊
https下要用wss,用ws會(huì)被限制。
對(duì),https下要用wss連。 參考手冊(cè): http://doc2.workerman.net/secure-websocket-server.html http://doc.workerman.net/faq/secure-websocket-server.html
你好,證書(shū)文件是pfx,應(yīng)該怎么處理,文檔給我的感覺(jué)好像只能放pem和crt文件
按照手冊(cè)用nginx或者apache代理的方案