Bokeh Serve HTTPS instead of HTTP
问题 How to use HTTPS instead of HTTP for Bokeh Serve ? The command I use is: bokeh serve --port 8000 I'm using an Amazon EC2 with a docker container (exposed and forwarded port 8000, everything works with HTTP). With a Jupyter notebok you can for example use a certfile to allow HTTPS traffic: --certfile=/.keys/mycert.pem 回答1: EDIT: The old answer is obsolete. As of Bokeh 1.4, you can terminate SSL directly on the Bokeh server (no Nginx required): https://docs.bokeh.org/en/latest/docs/user_guide