Advice on configuring for wss?
davidwynter opened this issue · 1 comments
davidwynter commented
Hi,
I looked through the test cases for kontraktor-http and could not see any for web sockets secure (wss:// scheme). Can you offer guidance on what has to be setup? We have our key registered already.
Cheers,
David
RuedigerMoeller commented
We used nginx for that. One can configure it such that it transparently talks wss / https to the outside but ws:// and http:// to the inside. NginX configuration is somewhat tricky but manageable with help of google ;)