Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: 1&1 and SSL Enable

    Quote Originally Posted by lat9 View Post
    A link to your site?
    https://www.jmi.edencraftsupplies.co.uk/
    Learning Fast.
    Eden Craft Supplies

  2. #12
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,880
    Plugin Contributions
    96

    Default Re: 1&1 and SSL Enable

    Would you post the upper part of /includes/configure.php, the part where the HTTPS_SERVER, HTTP_SERVER and ENABLE_SSL is specified.

  3. #13
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: 1&1 and SSL Enable

    Quote Originally Posted by lat9 View Post
    Would you post the upper part of /includes/configure.php, the part where the HTTPS_SERVER, HTTP_SERVER and ENABLE_SSL is specified.
    PHP Code:
       define('HTTP_SERVER''http://jmi.edencraftsupplies.co.uk');
      
    define('HTTPS_SERVER''https://jmi.edencraftsupplies.co.uk');

      
    // Use secure webserver for checkout procedure?
      
    define('ENABLE_SSL''false');
      
    define('DIR_WS_CATALOG''/');
      
    define('DIR_WS_HTTPS_CATALOG''/');

      
    define('DIR_WS_IMAGES''images/');
      
    define('DIR_WS_INCLUDES''includes/');
      
    define('DIR_WS_FUNCTIONS'DIR_WS_INCLUDES 'functions/');
      
    define('DIR_WS_CLASSES'DIR_WS_INCLUDES 'classes/');
      
    define('DIR_WS_MODULES'DIR_WS_INCLUDES 'modules/');
      
    define('DIR_WS_LANGUAGES'DIR_WS_INCLUDES 'languages/');
      
    define('DIR_WS_DOWNLOAD_PUBLIC'DIR_WS_CATALOG 'pub/');
      
    define('DIR_WS_TEMPLATES'DIR_WS_INCLUDES 'templates/');

      
    define('DIR_WS_PHPBB''/');

    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      
    define('DIR_FS_CATALOG''/homepages/20/d503465712/htdocs/shops/mainshop/');

      
    //the following path is a COMPLETE path to the /logs/ folder  eg: /var/www/vhost/accountname/public_html/store/logs ... and no trailing slash
      
    define('DIR_FS_LOGS''/homepages/20/d503465712/htdocs/shops/mainshop/logs');

      
    define('DIR_FS_DOWNLOAD'DIR_FS_CATALOG 'download/');
      
    define('DIR_FS_DOWNLOAD_PUBLIC'DIR_FS_CATALOG 'pub/');
      
    define('DIR_WS_UPLOADS'DIR_WS_IMAGES 'uploads/');
      
    define('DIR_FS_UPLOADS'DIR_FS_CATALOG DIR_WS_UPLOADS 
    Learning Fast.
    Eden Craft Supplies

  4. #14
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: 1&1 and SSL Enable

    Quote Originally Posted by adb34 View Post
    PHP Code:
       define('HTTP_SERVER''http://jmi.edencraftsupplies.co.uk');
      
    define('HTTPS_SERVER''https://jmi.edencraftsupplies.co.uk');

      
    // Use secure webserver for checkout procedure?
      
    define('ENABLE_SSL''false');
      
    define('DIR_WS_CATALOG''/');
      
    define('DIR_WS_HTTPS_CATALOG''/');

      
    define('DIR_WS_IMAGES''images/');
      
    define('DIR_WS_INCLUDES''includes/');
      
    define('DIR_WS_FUNCTIONS'DIR_WS_INCLUDES 'functions/');
      
    define('DIR_WS_CLASSES'DIR_WS_INCLUDES 'classes/');
      
    define('DIR_WS_MODULES'DIR_WS_INCLUDES 'modules/');
      
    define('DIR_WS_LANGUAGES'DIR_WS_INCLUDES 'languages/');
      
    define('DIR_WS_DOWNLOAD_PUBLIC'DIR_WS_CATALOG 'pub/');
      
    define('DIR_WS_TEMPLATES'DIR_WS_INCLUDES 'templates/');

      
    define('DIR_WS_PHPBB''/');

    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      
    define('DIR_FS_CATALOG''/homepages/20/d503465712/htdocs/shops/mainshop/');

      
    //the following path is a COMPLETE path to the /logs/ folder  eg: /var/www/vhost/accountname/public_html/store/logs ... and no trailing slash
      
    define('DIR_FS_LOGS''/homepages/20/d503465712/htdocs/shops/mainshop/logs');

      
    define('DIR_FS_DOWNLOAD'DIR_FS_CATALOG 'download/');
      
    define('DIR_FS_DOWNLOAD_PUBLIC'DIR_FS_CATALOG 'pub/');
      
    define('DIR_WS_UPLOADS'DIR_WS_IMAGES 'uploads/');
      
    define('DIR_FS_UPLOADS'DIR_FS_CATALOG DIR_WS_UPLOADS 
    PHP Code:
    define('ENABLE_SSL''false'); 
    should be set to true, otherwise https will never work

  5. #15
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: 1&1 and SSL Enable

    I ave had it at true, did not work
    Learning Fast.
    Eden Craft Supplies

  6. #16
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: 1&1 and SSL Enable

    Quote Originally Posted by adb34 View Post
    I will look at moving over to them when my contract is up at the end of the year. But the problem is now. I have done everything that 1&1 have said and everything that zencart have said still no joy. I have been trying to add two images to show the problem, but no chance.
    I would be looking at what I am LOSING (revenue wise) by having a site that is non-functional, or "precarious" in any way.

    I don't know what you are selling, but let's imagine you are looking at Gross sales of £250 a day, with a net profit of £100 a day.

    Between now and the end of the year, there are roughly 160 days.

    You are missing out on (based on my numbers);

    Gross Revenue: 40,000
    Net Profit: 16,000

    ... and you are fussing over a few pounds you've wasted by using the crappy 1&1 system?

    Doesn't make sense to me...

    (Unless your site is just a "hobby" in which case it's not important if it earns money).
    20 years a Zencart User

  7. #17
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,880
    Plugin Contributions
    96

    Default Re: 1&1 and SSL Enable

    Quote Originally Posted by adb34 View Post
    I am using QuickSSL Premium
    Did you purchase that certificate for the subdomain or your primary domain? According to GeoTrust's documentation on that certificate, in the birdseed:
    Code:
    Bonus: Secure domain.com for free when you order www.domain.com *
    
    * This is only applicable to single-level domains. For example, www.test.domain.com will not secure test.domain.com.
    Your issue could be explained if you're trying to secure jmi.edencraftsupplies.uk.com when the certificate was purchased for the primary domain.

  8. #18
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: 1&1 and SSL Enable

    Quote Originally Posted by schoolboy View Post
    I would be looking at what I am LOSING (revenue wise) by having a site that is non-functional, or "precarious" in any way.

    I don't know what you are selling, but let's imagine you are looking at Gross sales of £250 a day, with a net profit of £100 a day.

    Between now and the end of the year, there are roughly 160 days.

    You are missing out on (based on my numbers);

    Gross Revenue: 40,000
    Net Profit: 16,000

    ... and you are fussing over a few pounds you've wasted by using the crappy 1&1 system?

    Doesn't make sense to me...

    (Unless your site is just a "hobby" in which case it's not important if it earns money).
    Very true. I have been thinking about what you said yesterday. ATM I am in two minds what to do. The site is only setting up so I cannot afford to move. I do not hold any credit card info. I will have to have a very long and hard think of my direction.
    Learning Fast.
    Eden Craft Supplies

  9. #19
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: 1&1 and SSL Enable

    Quote Originally Posted by Design75 View Post
    PHP Code:
    define('ENABLE_SSL''false'); 
    should be set to true, otherwise https will never work
    Yes and no... A site set with ENABLE_SSL can be tested on a page by page basis to see if the cert works, but navigation by clicking a link from that page is likely to change back to http:. This is much like the possibility of loading the login page of a secured site by simply removing the s in https:.

    Also, it is a good thing to test if the SSL functions while the site is still not set to use it in case (like here) the SSL does not function. Once verified, then yes apply all necessary changes to make the site functional with the cert.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #20
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: 1&1 and SSL Enable

    An individual SSL cert also requires a dedicated IP address. Perhaps the new IP has not fully propagated yet.
    20 years a Zencart User

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v151 Enable SSL
    By firstcapitalfirearms in forum General Questions
    Replies: 11
    Last Post: 26 Feb 2013, 05:08 AM
  2. Enable SSL
    By Glock1 in forum Basic Configuration
    Replies: 2
    Last Post: 15 Jan 2012, 10:08 PM
  3. How do I enable SSL?
    By swelter83 in forum General Questions
    Replies: 4
    Last Post: 5 Nov 2008, 10:49 PM
  4. SSL Enable & Authorize.net Security Certificate Error
    By Lainee in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 27 Apr 2007, 05:54 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