Mixed content error

I have embedded the kibana dashboard in my application running over https.But latest browsers dosent allow mixed content.
And i am getting error **

Mixed Content: The page at 'https:// ' was loaded over HTTPS, but requested an insecure resource 'http://localhost:5601/app/kibana'. This content should also be served over HTTPS.

**

What should i do now.Please suggest a solution.
Thanks in advance.

You could run Kibana over https as well. See https://www.elastic.co/guide/en/kibana/current/production.html#enabling-ssl on how to do this.