|
|
Hi, i just enabled the Secure Socket Layer module and i don't know how to get rid of the "Error" message my browser is showing - i enabled it for the logon page, dashboard and some other pages.
Where should i look first to elaborate on the error solution? Or is this a known issue with this module?
Thank you very much
|
|
|
|
I think your page is referencing resources (images, scripts, css, etc) that are not under SSL. For example you might be linking to images using http:// instead of https://. You can fix this by using
protocol relative URL's.
|
|
|
|
Problem solved. It was in layout of used theme. there was a hardcoded http:// Script.Include
|
|