Trev Posted January 27, 2014 Report Posted January 27, 2014 I am trying to get ssl set up on my site but the link on the bottom of the pages: Powered by Blesta, © Phillips Data, Inc. breaks the lock on the browser. I would like to change the link to: https://www.blesta.com/ which I think should solve the problem. Is this the right way of going about it and if so where can I find it in the code? Thanks Trevor Quote
0 Trev Posted January 27, 2014 Author Report Posted January 27, 2014 OK, found it in /billing/app/views/client/default/structure.pdt btw. It looks as if some css is missing if I go to https://www.blesta.com/ The other thing I need to change is the logo url. I will try and change it to a relative link which should solve the problem. Quote
0 Paul Posted January 27, 2014 Report Posted January 27, 2014 A link to a non-secure page should not affect your SSL because it's not a resource. Links to CSS files, javascript, images, are resources and will need to use https, or a schemeless format "//path/to/resource", but not hyperlinks. If your browser isn't showing the lock icon, it's because of a different resource. Quote
0 Trev Posted January 27, 2014 Author Report Posted January 27, 2014 Yes you are correct, it was my logo at the top of the page that was causing the problem. I changed it to a relative link and it's working fine now. <img src="/billing/app/views/client/default/images/logo.png" alt="Logo" /> Thanks Trevor Quote
Question
Trev
I am trying to get ssl set up on my site but the link on the bottom of the pages: Powered by Blesta, © Phillips Data, Inc. breaks the lock on the browser. I would like to change the link to: https://www.blesta.com/ which I think should solve the problem.
Is this the right way of going about it and if so where can I find it in the code?
Thanks
Trevor
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.