Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    application error Error when enabling SSL for secure checkout

    Hello Everyone,

    I have a dedicated HTTPS/SSL and have successfully enabled it for the admin,
    however when i set checkout ssl to "True" the links get damaged,

    For ex. when sign in is clicked the page is being forwarded to:

    https://www.***********.comindex.php...aba6c27298e6aa

    Note missing / slash between .com & index.php

    And chrome displays this error:

    The server at www.***********.comindex.php can't be found, because the DNS lookup failed. DNS is the network service that translates a website's name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing Google Chrome from accessing the network.

    iv'e since disabled ssl for checkout

    Your help is much appreciated

    Thanks

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

    Default Re: Error when enabling SSL for secure checkout

    Post your /includes/configure.php file contents
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Error when enabling SSL for secure checkout

    Removed
    Last edited by ShopVille; 11 Nov 2012 at 07:37 PM. Reason: didn't find it necessary to leave

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

    Default Re: Error when enabling SSL for secure checkout

    Missing the slash
    Code:
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '');
    Should be
    Code:
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    Also you are www or not
    Code:
      define('HTTP_SERVER', 'http://chequesplus.com');
      define('HTTPS_SERVER', 'https://www.chequesplus.com');
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Error when enabling SSL for secure checkout

    Thanks so much! works like a charm!

    Also you are www or not
    I don't know!

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

    Default Re: Error when enabling SSL for secure checkout

    I don't know!
    Check what variant your ssl certificate is issued to
    Either to www or not and adjust your configures as required
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Error when enabling SSL for secure checkout

    I think it is without www but it works fine with www

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

    Default Re: Error when enabling SSL for secure checkout

    Then edit the following in red
    Code:
      define('HTTP_SERVER', 'http://www.chequesplus.com');
      define('HTTPS_SERVER', 'https://www.chequesplus.com');
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Error when enabling SSL for secure checkout

    Any benefit with www over non www?

  10. #10
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Error when enabling SSL for secure checkout

    Quote Originally Posted by ShopVille View Post
    Any benefit with www over non www?
    Technically no, there is no benefit in using 'www'.

    Practically, a lot of people (incorrectly) believe a website should have a 'www' and will attempt to add it even when it isn't required. For this reason most sites will set up 'www' as an ALIAS to pacify such people.

    Basically it is the site owners prerogative as to whether they call their host 'www' or not. Personally, I think the only people that benefit from it are the keyboard manufacturers because they get to sell a new keyboard every time someone wears out their 'w' key. <g>

    About the only time that calling a host 'www' actually makes sense is if your domain has more than one server, in which case
    www.mydomain.com and www2.mydomain.com does make sense.. two different sites, same domain.

    These are often confused as being sub-domains rather that host names though, and not many people actually use them in the way intended.

    Cheers
    Rod

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Enabling use of shared SSL cert. requires files moved to "secure" folder
    By JS938 in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 3 Jun 2010, 03:35 PM
  2. Turn on SSL for Checkout only - getting secure errors from browser
    By martyndw2005 in forum General Questions
    Replies: 3
    Last Post: 1 Aug 2007, 11:58 AM
  3. enabling ssl checkout after installation
    By andy1234 in forum Addon Payment Modules
    Replies: 3
    Last Post: 9 Jan 2007, 10:13 AM
  4. Replies: 2
    Last Post: 7 Jun 2006, 02:00 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