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.