RuedigerMoeller/kontraktor

Advice on configuring for wss?

davidwynter opened this issue · 1 comments

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

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 ;)