I was searching for a solution and came across a removed question from maria saz. Fortunately, I was able to see it cached by google. Since I have the exact same question, I borrowed the original text:
""" I'm building a website with Bokeh plots, using inline embedding. However, using an https connection to the site blocks the plots from being rendered, as the source is deemed 'unauthenticated'. Is there a way to solve this?
In the 'Security Overview', it says:
Blocked mixed content Your page requested insecure resources that were blocked.
Where the two blocked requests were:
bokeh-0.12.1.min.css
bokeh-0.12.1.min.js
... """
In my case, I can add a bit of further information. The site is being built using django and google app engine, and if I allow the unsafe content, the bokeh plots work as expected.
How can I serve my content so the scripts will load without the warning?