Websocket Encryption

Hi,

I had a quick question about websocket encryption. Specifically, are websocket connections encrypted and/or can they be?

Thanks for the help.

1 Like

Hey @Kyle_M,

Thanks for the question. We do have that functionality, when Streamlit is loaded via https we make the websocket load via wss (i.e. secure ws).

Hope this answers your question and feel free to reach out if you have any additional questions!