0
我試圖設置韻律通過https與糖果一起工作。我試着配置SSL和所有列出的步驟來獲取工作,但由於某些原因,當我嘗試https://servername.com:5280/http-bind
超時與韻律日誌中的以下出現:通過HTTPS連接到Prosody
server.lua: accepted new client connection from servername:23366 to 5280
server.lua: accepted new client connection from servername:10667 to 5280
server.lua: client servername:23366 read error: closed
server.lua: closed client handler and removed socket from list
當我試圖做同樣的通過http工作:http://servername.com:5280/http-bind
結果於: 「你真的不像我的BOSH客戶......你想要什麼?」
感謝您的答覆!我看到了,但我認爲我讀過你可以配置端口5280來接受ssl。 –
你可以,但是你不能在同一個端口同時有plain和ssl。 – Zash