Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.

I am running Ubuntu 14.04 with Nginx 1.8.0.

While opening the web pages in https the pages appear to be broken as the css/js/images don't load.

Error: 'Blocked loading mixed active content'

This is my nginx.conf

This is my virtual host file

Could some one please guide me how to fix this ?

share|improve this question

1 Answer 1

It probably means you are serving web pages that include explicit links to http://... instead of https://... or just //.... See these stackoverflow answers.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.