Results 1 to 10 of 10
  1. #1
    Join Date
    Dec 2011
    Posts
    13
    Plugin Contributions
    0

    Default How to make SSL working

    Hello all, we order SSL certificate (comodo) but not much use, here what SP tell us:
    ---------------------------------------------------
    I checked your website and the SSL certificat works.
    If you call the page as shown it works: https://www.jmtech.fi/kauppa/

    If you click on the lock you see that the issue here is something called "mixed content".
    That means that you have images/ link's with a static link (for example: http://yourdomain.ovh/test/myimage.jpg)

    Because in this link is an HTTP the site will shown as not secure.
    If you use dynamic links (for example ./myimage.jpg) this will not happen and the site should be secure.
    ----------------------------------------------------
    Is there way to change all links/photos inside zencart from www and http://www to start https:// ?

    Manually it would takes years

    Thank you anybody who could help
    Tomi

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,014
    Plugin Contributions
    61

    Default Re: How to make SSL working

    It looks like it is only this one

    find:
    Code:
    <td style="background-color: transparent; background-image: url("http://www.jmtech.fi/kauppa/includes/templates/mostlygrey/images/taustaboxetusivu.png")
    change to:
    Code:
    <td style="background-color: transparent; background-image: url("includes/templates/mostlygrey/images/taustaboxetusivu.png")
    ~Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  3. #3
    Join Date
    Dec 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: How to make SSL working

    Many thanks Melanie,

    sorry but I am amateur so where I find that php file where change ?

    Have a nice weekend

    Tomi

    Quote Originally Posted by mprough View Post
    It looks like it is only this one

    find:
    Code:
    <td style="background-color: transparent; background-image: url("http://www.jmtech.fi/kauppa/includes/templates/mostlygrey/images/taustaboxetusivu.png")
    change to:
    Code:
    <td style="background-color: transparent; background-image: url("includes/templates/mostlygrey/images/taustaboxetusivu.png")
    ~Melanie

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,014
    Plugin Contributions
    61

    Default Re: How to make SSL working

    Unfortunately it's an inline style, try searching for http://www.jmtech.fi/kauppa/includes...boxetusivu.png in Tools >> Developers Toolkit

    ~Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  5. #5
    Join Date
    Dec 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: How to make SSL working

    I found it, thanks again.

    looks working now but page https://www.jmtech.fi/kauppa/index.php?main_page= Shows I (not 100% secure)

    Anyway now better....

  6. #6
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: How to make SSL working

    Quote Originally Posted by Tsuti View Post
    I found it, thanks again.

    looks working now but page https://www.jmtech.fi/kauppa/index.php?main_page= Shows I (not 100% secure)

    Anyway now better....
    If you click the unsecure link in FireFox you'll see a description of what is wrong. Currently you have images and page links that do not conform to the SSL standard of referencing https correctly.

    Fix those and you should see the warning go green and become secure again :)
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  7. #7
    Join Date
    Dec 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: How to make SSL working

    Okke,

    many thanks for advice, need start checking those.

    Tomi

  8. #8
    Join Date
    Dec 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: How to make SSL working

    Dont help,

    first page stay unsecure, other pages work ok. Somethink simple answer must be why so. Thanks for Help Melanie and twitchtoo :-)

  9. #9
    Join Date
    Dec 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: How to make SSL working

    Done and working thaks for your both help.

    I was just idiot amateur but now realized what Melanie means, need change that background photo address in admin.

    Huh huh and thanks again.

  10. #10
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: How to make SSL working

    This has been helpful for a variety of clients wanting to force SSL using the root .htaccess:

    # Twitch - Force HTTPS - SSL for all pages - discontinued use Version 3 below...
    ##Version 2 - This doesn't resolve default attempt to http: by (old)software
    ##<IfModule mod_rewrite.c>
    ##RewriteEngine On
    ##RewriteCond %{HTTPS} off
    ##RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    ##</IfModule>

    ### Twitch Version 3 force HTTPS for all potential conditions otherwise
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]



    Along with adding https:// to all of the related defines in both configure.php pages admin - live site.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

 

 

Similar Threads

  1. How do I make all pages SSL?
    By Caralyn in forum General Questions
    Replies: 2
    Last Post: 14 May 2009, 08:32 PM
  2. How to make a page secure(ssl)
    By actorxfactor in forum General Questions
    Replies: 6
    Last Post: 12 Mar 2008, 11:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR