Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

eleven0's avatar

Forge SSL Issue - Connection Not Fully Secure

Hello, I have a wordpress site (with 2 aliases for localization).

Issue I have is;

Google Chrome says "Your connection to this site is not fully secure",

But when you visit "/wp-admin" directory, google chrome says "connection is secure"..

Any ideas why?

0 likes
2 replies
ahmeddabak's avatar
Level 47

The theme is loading a resource (like an image or a css file) over http instead over https

Possible solutions:

  • In wordpress admin area, in settings, general settings, check that both urls start with https://.
  • check which resource is not loaded correctly and edit its uri from the theme 's code.
  • if last two did not work, just install a plugin force https there are many and they all do the same job.

Please or to participate in this conversation.