jsonapi icon indicating copy to clipboard operation
jsonapi copied to clipboard

Websocket with https and wss

Open manureini opened this issue 9 years ago • 3 comments

Hello =)

The api does not work for me when I'm using ssl. When a use my homepage via ssl, chrome forces me to use wss (Secure Websocket). But I get a timeout/disconnect every time.

Does anyone have this working?

lordmampf

manureini avatar Jun 15 '15 23:06 manureini

same issuse. pls help!

blackphreak avatar Jan 29 '16 11:01 blackphreak

Are you using this via the dedicated websocket port, or via the web socket upgrade at :joinport/api/2/websocket?

alecgorge avatar Jan 29 '16 16:01 alecgorge

this is really late but, you can always put jsonapi behind a reverse proxy that handles ssl. I've tested it to work with nginx, not sure about apache.

macdja38 avatar Sep 11 '17 00:09 macdja38