Jump to content

BlockInfo / CMS links not https when using SSL


Recommended Posts

alright, I DID search the forum but there were several post referring to changing base_dir to base_dir_ssl and I am not sure that applied to my case since I use v1.3.x. anyway. I do get 'broken SSL' warning when in my cart/account. now I tried to nail this error down and realized that obviously all but 1 CMS link in the blockinfo are NOT ssl though they should be. see screenshot. the contact form link is in ssl, the other are not. where would I need to have a look now to fix this? reason is obviously that the contact link is relative whereas the other links are all hardcoded as 'http://www....'.

this is from cms.tpl:

{if !$content_only}
   {capture name=path}{l s=$cms->meta_title}{/capture}
   {include file=$tpl_dir./breadcrumb.tpl}
{/if}
{if $cms}

       {$cms->content}

{else}
   {l s='This page does not exist.'}
{/if}


{if !$content_only}

{l s='Home'}
{/if}

46340_Fs462Ywx7XgiuDvp5NzU_t

Link to comment
Share on other sites

Having links displayed on your site that lead to non https pages does not produce the unsecure data warnings and won't break your SSL.

There is no reason to change the cms links in your infoblock to lead to secure pages, as there is nothing on that page that would need to be secured, apart from the contact-form.

Your problem with the unsecure data warnings in your cart ages will be because of unsecure images or scripts that are being called from external websites.

Post a link to your site and i will have a look at your https pages and see if i can spot the soruce of the warnings.

Link to comment
Share on other sites

I have tried it in IE8, FF4 and Chrome and didnt have any warnings about unsecure data in any browser.



alright. tried to replicate this in chrome and ie9. when i am in the cart and then click on join our mailing list on the left menu then chrome shows a broken lock and ie9 produces an error message at the bottom pf the page.
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...