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