Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39
  1. #21
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,209
    Plugin Contributions
    63

    Default Re: Base HREF https issues

    Quote Originally Posted by Website Rob View Post
    Things I have noticed.

    - SSL Cert is issued to sourcetech.co.uk
    - site does not work without the 'www' in the URL
    - invalid characters in JS starting at line 96 of page output
    );
    //îòñëåæèâàíèå äîïîëíèòåëüíûõ ýëåìåíòîâ
    //addListener(document.getElementById('element-id'),

    Fixing all of the above will help to sort out some or even a lot, of problems.
    The SSL is issued to the www... Non www links are not displayed, but rather 404 as no redirect exists either.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  2. #22
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Base HREF https issues

    - SSL Cert is issued to sourcetech.co.uk << this is easily confirmed

    - site does not work without the 'www' in the URL << this is an incorrect setting in Apache

  3. #23
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Base HREF https issues

    Another error noticed.

    Access denied to http: //www. sourcetech. co.uk/shop/csshover.htc
    (link seperated to prevent SE indexing)

  4. #24
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,209
    Plugin Contributions
    63

    Default Re: Base HREF https issues

    Quote Originally Posted by Website Rob View Post
    - SSL Cert is issued to sourcetech.co.uk << this is easily confirmed

    - site does not work without the 'www' in the URL << this is an incorrect setting in Apache
    Maybe I am missing something...

    Website Identity is listed as www.sourcetech.co.uk

    The sourcetech.co.uk is the common and organizational name. The token is also sourcetech.co.uk, but this is a GoDaddy dumb thing.

    Also, GoDaddy doesn't supply the canonical url in the certificate fields. Also, oddly, says it has the CA bundle, but does not appear to have it installed.

    All these things led me on a hunt..... I think the SSL is not installed correctly and it may be the result of the server DNS configuration.... On trace the site pulls no IP or route. On lookup no IP either.... and there are no authority records. Then there is this ....

    The server name or address could not be resolved
    SSL request - No headers downloaded
    and this

    Ping

    [sourcetech.co.uk]

    Bad destination
    Bad destination
    Bad destination
    Bad destination
    Bad destination
    Bad destination
    Bad destination
    Bad destination
    Bad destination
    Bad destination

    Average time over 10 pings: 0 ms
    Suggest the DNS be resolved correctly and the certificate reinstalled... with the CA it will need an IP and it has none.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  5. #25
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Base HREF https issues

    Quote Originally Posted by mikebackhouse View Post
    Who's the hosting company? We are!! We have our own webserver in a rack locally
    Do you have any other domains configured for SSL use, on the same server? Or is SSL entirely new for you?
    .

    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.

  6. #26
    Join Date
    Jan 2008
    Posts
    40
    Plugin Contributions
    0

    Default Re: Base HREF https issues

    Hi Drbyte.. yes, this is completely new to us!

    My MD is actually in charge of installing it etc.. and this is the first one we've done (that I'm aware of)

    So it seems from mprough's comments that the SSL is installed incorrectly.

    We've now had the domain name updated, so sourcetech.co.uk will forward to www. so that should all be working

    Ok, stupid question of the day! - What does csshover.htc do? I have several zen cart sites set up, and NONE of them have this file, neither does my zen cart install folder or any of my templates! What does this do exactly?

    UPDATE: I've just noticed the csshover.htc file was in the includes folder, so now moved it to the route folder. is this going to help?!
    Last edited by mikebackhouse; 23 Feb 2009 at 12:25 PM. Reason: I checked one of the comments, and realised what the error was!

  7. #27
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Base HREF https issues

    One of the common SSL config mistakes I've seen is in relation to OpenSSL support not being enabled properly. And, of course, as others have mentioned, incorrectly configured or installed SSL certificates.

    If you need assistance properly setting up SSL support on your own self-managed server, I recommend discussing it someplace where hosting and server configuration are the primary focus of discussion ... perhaps such as webhostingtalk.com

    Once SSL is working correctly, your Zen Cart should automatically use it (when your configure.php settings are set to use it).
    .

    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.

  8. #28
    Join Date
    Jan 2008
    Posts
    40
    Plugin Contributions
    0

    red flag Re: Base HREF https issues

    Hi all.. just been having a think.

    Our web server runs IIS, and to get apache to work on it, we installed a program called "IIS MOD-RE WRITE" which tells IIS where to look for the website. Within the config file is a hard coded link to our website, I'm wondering if this might have something to do with the problems I'm having with my SSL certificate?

    Has anyone ever come across IIS MOD-RE WRITE before?

  9. #29
    Join Date
    Jan 2008
    Posts
    40
    Plugin Contributions
    0

    database error Re: Base HREF https issues

    DONE!!

    I can't really believe how I managed to fix it, in the configure.php file, I changed the http:// to https:// and its now working! How? Why? I have no idea!

    define('HTTP_SERVER', 'https://www.sourcetech.co.uk');
    define('HTTPS_SERVER', 'https://www.sourcetech.co.uk');

    Thanks for all your help everyone!

  10. #30
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Base HREF https issues

    So, now you're running your entire site in SSL?

    I wouldn't call that a fix at all.
    It may be a workaround, but certainly not a fix.

    Did you try disabling your IIS addon for mod-rewrite simulation?
    .

    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 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Another Base HREF https issue
    By blarney in forum General Questions
    Replies: 7
    Last Post: 27 Oct 2010, 09:03 PM
  2. Replies: 12
    Last Post: 22 Sep 2010, 04:43 PM
  3. base href problem
    By cricles in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 20 Jul 2010, 06:34 AM
  4. https error relating to base href SSL
    By little dog in forum Basic Configuration
    Replies: 3
    Last Post: 18 Dec 2007, 08:12 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