How to enable SSL/HTTPS on bokeh 0.12.5?
问题 I have created a simple Bokeh app that runs successfully via bokeh serve. I was then asked whether it could be re-deployed using HTTPS instead. The client already has an SSL certificate, and the app is only accessed within their intranet. Most search results are for deployments behind a proxy server like Apache or Nginx. Are those required for us to setup SSL? Can it be done on Bokeh natively? 回答1: Bokeh Server does not have any SSL capability built in. If you want that, you will need to