I'm facing a problem with an Extended Validation SSL certificate that displays correctly (the green bar with the Organization name and Country code) on all pages except the index of my DocumentRoot.
Permissions and directives on the web server are the same for all the site but for some strange reason the EV bar is shown for almost a second and then it hides. It keeps the communication encrypted between the server and browser but the address bar is shown as a level 1 ssl cert instead of EV (Level 3)
The same behavior on firefox/chrome/IE.
I'm using Apache/2.2.16 (Debian) and libssl0.9.8 and the main site is under Joomla 1.5 CMS (I know it's pretty old).
I already change to 1
the force_ssl
value on joomla's configuration.php
file but the result is the same since it's not an encryption issue.