Some folder of my website uses ssl(extended validation). In chrome when i open that folder first it works and if I leave that page(ex. home page) and go back to original folder browser shows error…
your connection to xyx.com is secure. However some sources on this page are not secure.
Both home page and folder content share css and javascript but links are secured what can be the problem.
In firefox i dont have this problem.
edit….
If i go directly to https://www.xyz.com/xyz it works!
if i go to http://www.xyz.com then https://www.xyz.com/xyz it shows error
if i go to https://www.xyz.com/xyz it work then if i go to http://www.xyz.com and https://www.xyz.com/xyz it shows error.
Check links in CSS files (like background: url(‘…’)), an http absolute link there could lead to the error you have.