Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Feb 2006
    Posts
    24
    Plugin Contributions
    0

    Default Shared SSL problems

    I've bought a shared SSL with easyspace, changed the two config files in 1.3.8 to reflect the https://mysharedhost.com/mystorename path but when I go to log in i get redirected to the sharedhost.com and the pages aren't there, no supprise, but how much of the site do I need to upload to the shared host?

    Cheers

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

    Default Re: Shared SSL problems

    I've bought a shared SSL with easyspace
    Had to pay to use the shared SSL????

    As this is really dependant upon on how they have this implemented you should be talking to them

    but how much of the site do I need to upload to the shared host?
    If you have to load any of it, I would load all the catalog files
    These files do not change unless you change them

  3. #3
    Join Date
    Feb 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: Shared SSL problems

    Hi yes I paid for the shared SSL

    my https is https://www.fastweb.co.uk/homebrewandwinemaking
    my http is http://www.homebrewandwinemaking.co.uk

    my includes/configure.php
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://www.homebrewandwinemaking.co.uk');
    define('HTTPS_SERVER', 'https://www.homebrewandwinemaking.co.uk');

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

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', 'https://www.fastweb.co.uk/homebrewandwinemaking/');


    my admin/includes/configure.php
    define('HTTP_SERVER', 'http://www.homebrewandwinemaking.co.uk');
    define('HTTPS_SERVER', 'https://www.homebrewandwinemaking.co.uk');
    define('HTTP_CATALOG_SERVER', 'http://www.homebrewandwinemaking.co.uk');
    define('HTTPS_CATALOG_SERVER', 'https://www.homebrewandwinemaking.co.uk');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', 'https://www.fastweb.co.uk/homebrewandwinemaking/admin/');
    define('DIR_WS_HTTPS_CATALOG', 'https://www.fastweb.co.uk/homebrewandwinemaking/');

    these are as is after the install

    when I try to login i get this URL
    'https://www.homebrewandwinemaking.co.ukhttps//www.fastweb.co.uk/homebrewandwinemaking/index.php?main_page=account'

    and when I try to go http://homebrewandwinemaking.co.uk/admin i get
    'https://www.homebrewandwinemaking.co.ukhttps//www.fastweb.co.uk/homebrewandwinemaking/admin/login.php'

    Cheers

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

    Default Re: Shared SSL problems

    Usually this should be changed

    Code:
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://www.homebrewandwinemaking.co.uk');
    define('HTTPS_SERVER', 'https://www.fastweb.co.uk/homebrewandwinemaking');
    or to what ever they supply as the htpps: server

  5. #5
    Join Date
    Feb 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: Shared SSL problems

    I've amended it to that with the same results

    I'm trying a live chat with them now to see if they can offer any more insight
    Last edited by filfish; 7 Apr 2009 at 02:27 PM.

  6. #6
    Join Date
    Feb 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: Shared SSL problems

    This is what their support team say!

    <quote>
    Unfortunately that is to do with the way the Zen setup is configured, yu will need to look over the coding as we do not support 3rd party software installations

    I would suggest possibly removing the url https://www.fastweb.co.uk/homebrewandwinemaking from the path to your page as it seems to be adding it twice i.e. just using index.php
    <end quote>

  7. #7
    Join Date
    Feb 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: Shared SSL problems

    Just a thought,

    'https://www.fastweb.co.uk/homebrewandwinemakinghttps://www.fastweb.co.uk/homebrewandwinemaking/index.php?main_page=account&zenid=hmq47pnbbfd7u85i7ssa88cf52'

    is where it is trying to point me, notice the "https://www.fastweb.co.uk/homebrewandwinemaking" is in there twice!

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Shared SSL problems

    Did you try setting these correctly? You have:
    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', 'https://www.fastweb.co.uk/homebrewandwinemaking/admin/');
    define('DIR_WS_HTTPS_CATALOG', 'https://www.fastweb.co.uk/homebrewandwinemaking/');
    Should have:
    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Feb 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: Shared SSL problems

    Hi oba-san

    I've just got to that point too, now at least I am re-directing to the right place, easyspace suport has just gone off line as I was about to ask about setting up sym links from the shares ssl directoris to the actual ones, failing that, what do i need to upload to the shared ssl site to allow it to work, i'd rather only one set of files though!

    Cheers

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Shared SSL problems

    If your support people cannot put in a proper sym link, then you need 2 copies ... all of your files need to be in both locations ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 8
    Last Post: 11 Oct 2012, 12:21 AM
  2. Replies: 5
    Last Post: 24 Aug 2012, 08:17 PM
  3. Shared SSL, admin and HTML problems
    By Zeb Macahan in forum General Questions
    Replies: 9
    Last Post: 21 Jan 2008, 02:16 AM
  4. Shared SSL Problems
    By Martot in forum General Questions
    Replies: 6
    Last Post: 21 Nov 2007, 09:30 PM

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