Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Nov 2006
    Posts
    4
    Plugin Contributions
    0

    cart error Re: SSL address duplication

    I am having a very similar problem I can't seem to get over...

    the site I'm working on: https://www.sunjo.ca

    The links at the top and the links on the left, refer back to http://
    but the catalog seems to work fine referring links to https

    I have changed my configure.php file

    define('HTTPS_SERVER', 'https://www.sunjo.ca'); // eg, https://localhost
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    //I also tried plugging this in:
    define('ENABLE_SSL', 'true');



    I've been receiving this error in my ssl_error log

    [Thu Nov 16 11:48:18 2006] [error] [client 69.196.213.198] File does not exist:
    /home/sunjo/sunjo.ca/shop/ie_css_fix, referer: https://www.sunjo.ca/

    I get it with box IE and Firefox....

    I'm completely lots for some reason my links are getting written as http://


    Quote Originally Posted by jeanmichel View Post

    -my home page opens as https but all my links are http and so when i click on them it loads the "unable to connect" page. (SSL is enable for checkout procedure)

    Even when i click on the Home link, on my https homepage, it loads http homepage address in the address bar and again shows the "unable to connect" page.
    And the admin area, its exactly the same, all the links are "http" so it never loads the pages ok.

  2. #12
    Join Date
    Nov 2006
    Posts
    4
    Plugin Contributions
    0

    help question Re: SSL address duplication

    Here is my Virtualhost directive in my httpd.conf in case this helps:

    <VirtualHost 64.37.124.150:443>
    DocumentRoot /home/sunjo/sunjo.ca/shop
    ServerName www.sunjo.ca
    ServerAdmin [email protected]
    ErrorLog /etc/httpd/logs/ssl_error_log
    TransferLog /etc/httpd/logs/ssl_access_log
    SSLEngine On
    SSLCertificateFile /home/sunjo/ssl/sunjo.crt
    SSLCertificateKeyFile /home/sunjo/ssl/sunjo.key
    SSLSessionCacheTimeout 300
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
    </VirtualHost>

  3. #13
    Join Date
    Nov 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: SSL address duplication

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    define('HTTP_SERVER', '');
    define('HTTPS_SERVER', '');

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

    I did this, and it let everything work

    NO address duplication : http://www.mysite.comhttps://www.mysite.com
    and it also let the css and templates work again

    My solution

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. SSL Message In Address Field
    By rdcast in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 May 2011, 05:02 PM
  2. Product duplication
    By s_p_ike in forum General Questions
    Replies: 3
    Last Post: 5 Dec 2009, 05:09 PM
  3. SSL Certificate and IP address
    By jcb22 in forum General Questions
    Replies: 2
    Last Post: 5 Jun 2008, 08:19 PM
  4. Site Duplication
    By firstcoast in forum General Questions
    Replies: 1
    Last Post: 12 Jun 2007, 12:46 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