sa-mw-dach / podium

48 stars 10 forks source link

Enable TLS for Mozaik #14

Closed koep closed 1 year ago

koep commented 4 years ago

I am not sure if this is useful or not, but I managed to make Mozaik work with a TLS route with the useWssConnection parameter.

ktenzer commented 4 years ago

Looked into this more, this enables websockets...i dont think we want that. I believe that is why there was an error constantly in dashboard regarding websockets. Isnt there another way to enable TLS?

koep commented 4 years ago

I was under the impression that websockets were used all along. When you enable TLS on the Mozaik route you get a mixed content warning, because the ws protocol is used by default as opposed to the wss protocol.