Hey friends,
I have set up an SSL cert for my site and everything is working just fine EXCEPT there are still plenty of http:// links in my checkout page being generated by my template's header.tpl. These are setting off the "your page has unencrypted information" warning in browsers. They are hard coded into the header.tpl file and there doesn't appear to be an alternate header.tpl for SSL so I can only conclude that my theme does not support SSL
For example a link to http://ajax.googleapis.com/ajax/libs/jq ... ery.min.js is used.
Does this mean my theme does not support SSL and I need to manually change those links permanently to https:// (and cop the slight performance hit for the rest of the site)
My theme is highStreet
Any help would be appreciated!
Thanks
Rob
Hi,
The jquery library is also included in the distribution of this software.
catalog/view/javascript/jquery
Also ajax.googleapis.com supports Ssl.
Regards Werner
The jquery library is also included in the distribution of this software.
catalog/view/javascript/jquery
Also ajax.googleapis.com supports Ssl.
Regards Werner
you can use // instead of https:// or http://
but as mentioned you should be able to relatively link to jquery in the OC package
linking externally has it's benefits of course, but also if for some reason there is a connection drop or network issues with the external link, your site will cease to function.
You could try the following which will link to Google's jquery and fallback to your local jquery file if needed
but as mentioned you should be able to relatively link to jquery in the OC package
linking externally has it's benefits of course, but also if for some reason there is a connection drop or network issues with the external link, your site will cease to function.
You could try the following which will link to Google's jquery and fallback to your local jquery file if needed
Code: Select all
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="catalog/view/javascript/jquery/jquery-1.6.1.min.js"%3E%3C/script%3E'))</script>
Hi there
I am also having problems with SSL certificates they are all installed correctly on server and checked via ssl checker.
I am using 1.9.4.1 with High street theme.
When you go through the check out process (or login) the following warning box appears:
show hidden content whats the risk? bla bla bla
You have to click the "show hidden content" to contunie inputting your details - at this point the padlock dissappears.
I then get other errors saying:
Notice: Constant HTTPS_SERVER already defined in /home/.../public_html/lok-it.co.uk/index.php on line 58
Notice: Constant HTTPS_IMAGE already defined in /home/.../public_html/lok-it.co.uk/index.php on line 59
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ironkey/public_html/lok-it.co.uk/index.php:58) in /home/.../public_html/lok-it.co.uk/system/library/session.php on line 11
These errors appear around the on the second page of the checkoput process where you have to put in you address details
If I visited another site like this and was wanting to buy something from it I would leave immediately.
What do I need to do to fix it??
Please help
Thank you
I am also having problems with SSL certificates they are all installed correctly on server and checked via ssl checker.
I am using 1.9.4.1 with High street theme.
When you go through the check out process (or login) the following warning box appears:
show hidden content whats the risk? bla bla bla
You have to click the "show hidden content" to contunie inputting your details - at this point the padlock dissappears.
I then get other errors saying:
Notice: Constant HTTPS_SERVER already defined in /home/.../public_html/lok-it.co.uk/index.php on line 58
Notice: Constant HTTPS_IMAGE already defined in /home/.../public_html/lok-it.co.uk/index.php on line 59
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ironkey/public_html/lok-it.co.uk/index.php:58) in /home/.../public_html/lok-it.co.uk/system/library/session.php on line 11
These errors appear around the on the second page of the checkoput process where you have to put in you address details
If I visited another site like this and was wanting to buy something from it I would leave immediately.
What do I need to do to fix it??
Please help
Thank you
Who is online
Users browsing this forum: Bing [Bot] and 90 guests