I have SSL enabled for my app and it’s running through HTTPS now, but the green bar goes away just after the page fully loads and Chrome labels the page as “not fully secure”. Any ideas why? Could plugins be causing this? Any way to remedy this?
Make sure nothing is hard coded with http. Browsers will complain if there is even a single component on the page (like an image) that is not using https.
–Ken
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.