Page 1 of 3 123 LastLast
Results 1 to 10 of 27
  1. #1
    Join Date
    Feb 2008
    Posts
    45
    Plugin Contributions
    0

    Default Site won't switch into SSL mode - using servage.net hosting

    Just installed Zen but I'm getting a red line through my padlock for SSL, I assume that means I've got external links to some things, all I've done is install Zen, a template and a couple of mods and SSL not got any stock in it yet or banners.

    Can anyone who understands how SSL works tell me what links are causing the problems and what files they are located in.

    If I understand it properly I just need to remove the http:// etc. and internally link it...

    if that makes sense to anyone :)

    the site is https://secure.gothicmagic.co.uk

    thanks in advance to anyone that can help, I've never used SSL before so I'm in the dark

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: SSL problems

    Your configure.php files may need attention - there are important configurations in these files you need to set.

    there are TWO configure.php files :-

    includes/configure.php
    admin/includes/configure.php
    20 years a Zencart User

  3. #3
    Join Date
    Feb 2008
    Posts
    45
    Plugin Contributions
    0

    Default Re: SSL problems

    I checked both those files for any instances of src="http:// last night and didn't find any, perhaps my sleepy eyes have let me down... or is it not just "src=" lines that I need to look at?

    Thanks :)

  4. #4
    Join Date
    Feb 2008
    Posts
    45
    Plugin Contributions
    0

    Default Re: SSL problems

    in the config files it's really just the parts like this:

    define('HTTP_SERVER', 'http://gothicmagic.co.uk');
    define('HTTPS_SERVER', 'https://secure.gothicmagic.co.uk');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', true);

    that need chaning I think, and they are done, SSL is working (perfectly in the admin section) but I'm getting unauthenticated content errors on the shop front

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: SSL problems

    Quote Originally Posted by Badvoc View Post
    I checked both those files for any instances of src="http:// last night and didn't find any, perhaps my sleepy eyes have let me down... or is it not just "src=" lines that I need to look at?

    Thanks :)
    Not sure what you tried to do, but these are php files and you need to change some of the the DEFINE settings.

    You should be looking for the following:-

    PHP Code:
    // Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
      // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
      
    define('HTTP_SERVER''http://www.YOUR-DOMAIN-HERE');
      
    define('HTTPS_SERVER''https://YOUR-PATH-TO-SECURE-WEBSERVER-HERE');

      
    // Use secure webserver for checkout procedure?
      
    define('ENABLE_SSL''true'); 
    20 years a Zencart User

  6. #6
    Join Date
    Feb 2008
    Posts
    45
    Plugin Contributions
    0

    Default Re: SSL problems

    I don't need to change those bits mate that's already done, and ssl does exist

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: SSL problems

    The way or place you have this installed is the issue....

    The logo is at:
    Code:
    http://gothicmagic.co.uk/includes/templates/lavender/images/logo.gif
    The site url and SSL cert is at:
    Code:
    http://secure.gothicmagic.co.uk/
    Not sure what you have done here but this is the problem

  8. #8
    Join Date
    Feb 2008
    Posts
    45
    Plugin Contributions
    0

    Default Re: SSL problems

    I just followed the instructions for everything to the letter :)


    I don't want the whole site to run in SSL just logins etc. i.e. when the customer has to input info

    So all images displayed on the site have to have a secure address? or is it just the logo?

    I'm confused lol :)


    I installed Zen then the template, then added SSL in that order.

    what file is that path in?
    Last edited by Badvoc; 23 Feb 2008 at 07:59 PM.

  9. #9
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: SSL problems

    re-read my post...

    The logo states that it is at gothicmagic.co.uk but your site url loads from secure.gothicmagic.co.uk

    Your SSL Cert is issued to secure.gothicmagic.co.uk

    It is the

    gothicmagic.co.uk
    secure.gothicmagic.co.uk

    thing that is causing the broken lock

  10. #10
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: SSL problems

    Have you cleared your browser cache and cookies?
    Do you have a link to a page that is having a particular problem?
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v150 Broken Lock in IE - problems when hosting with servage.net
    By IDW in forum General Questions
    Replies: 20
    Last Post: 5 Mar 2012, 02:19 AM
  2. authorize.net test mode failure (GoDaddy hosting problem)
    By webmiss in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 30 Jun 2011, 02:50 PM
  3. Servage SSL Site Seal - Warning
    By Justrimless in forum General Questions
    Replies: 2
    Last Post: 1 Oct 2008, 10:28 AM
  4. Anybody use servage.net for hosting
    By IDW in forum General Questions
    Replies: 1
    Last Post: 23 Dec 2006, 05:39 AM

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