flask-sock icon indicating copy to clipboard operation
flask-sock copied to clipboard

flask-sock ssl

Open zimsekdanilo opened this issue 2 years ago • 3 comments

How do I deploy flask-scok application with ssl? What changes should be made?

zimsekdanilo avatar Sep 15 '22 06:09 zimsekdanilo

This package is not affected. You just need to configure your web server to use SSL.

miguelgrinberg avatar Sep 15 '22 07:09 miguelgrinberg

@miguelgrinberg, does this mean that the websocket will automatically use the web server configuration of using SSL?

ilirosmanaj avatar Oct 24 '22 16:10 ilirosmanaj

SSL decryption and encryption is done by the web sierver to the incoming and outgoing traffic. This package does not need to know what happens to the traffic, it always works with the raw data.

miguelgrinberg avatar Oct 24 '22 17:10 miguelgrinberg