• Hello there,
    i made clear WP installation and upgraded it to last avaible stable version. I also installed language and translations. I get ok.
    My WP installation running on dedicated server which is running under Ubuntu. There is installed Apache 2 (LAMP) and hosted wbsite (non-SSL). There is also nginx installed as proxy. I need to serve SSL to my users, thats why my SSL certificate (not self signed) installed at nginx. So nginx works as frontend and delivery SSL’ed content to my users. And this content based on apache virtual host without SSL.
    I also setted up redirect to SSL on nginx, so anybody who try to access https://abc.com automatically goes to https://abc.com (just for example – actual domain name is different).
    My problem is: i bought circles WP theme (i like it) and tryed to add force SSL in wp-config.php… The problem is that my site is opens now, but it looks like it showes not at all… my browser shows me that it blocked non-secure (SSL’ed?) content – so my site works like an list which is typed on old tapewriter without any deisgn. If i press show unsecured content – it shows normally till first page changing….

    Help me fix it… I’ve tryed everything and no luck….

Viewing 1 replies (of 1 total)
  • Deepak

    (@deepakbansal)

    It can be a mix-content error.

    If your website is on HTTPS protocol, and you’re loading any resources via HTTP protocol, it will be blocked by the browser.

    Check your website for any such files and deliver them through HTTPS.

    I hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Problems with content on SSL site’ is closed to new replies.