Google chrome is showing that my page uses some resources that are from a non secure source. But its not. I can’t for the life of me figure out why this is happening. I have gone through all the code to see if there is anything getting called from a non secure page but I was not able to find anything. I have also used the following code in .htaccess:
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
The url in question is https://app.emailsmsmarketing.com/. Any help will greatly be appreciated.
Check that you don’t have third-party inclusions, such as widgets from facebook, google analytics code, AddThis buttons etc. Some widgets can load something dynamically via HTTP. See my similar question that will possibly help you to diagnose the problem.