Jump to content

SSL warnings but i cant track down the cuplrit!


Recommended Posts

Hello Everyone
Can anyone help me track down my non https page elements?
Im looking through google chrome and cant find anything non ssl like images or css
I have ssl turned on and its 100% confirmed working on the server, but something is non secure http
I have used {$base_dir_ssl} instead of {$base_dir} where I have changed anything
and im now going mental trying to find it
Thanks in advance
Oh the link HERE

Link to comment
Share on other sites

Any ideas
I know it works because it was working fine in v1.3.6 the other day.
That outrules any server issues or certificate wildcard issues
Here is what I have done to try and get SSL working

1. turn on SSl in BO
2. disabled Google Analytics - just in case
3. added this to .htaccess

RewriteEngine on
RewriteCond %{SERVER_PORT} 80 
RewriteRule ^(.*)$ https://www.mydomain.co.uk/$1 [R,L]


4. used httpwatch to try and track down any non https elements, cant find any


Getting really stuck now :-(
Sorry mods you may want to move this to Security section

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...