Thread: SSL Problem

Page 7 of 13 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 126
  1. #61
    Join Date
    May 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: SSL Problem

    I'll say it again...the Zen community is the most responsive support community I have ever experienced.

    Thanks for your help (it was a permissions issue with configure.php. I renamed it and uploaded the correct version, and problem was solved!).

    Thanks!!
    LMNOtees.com - Wear your humor on your sleeve!

  2. #62
    Join Date
    Jun 2004
    Posts
    135
    Plugin Contributions
    0

    Default Re: SSL Problem

    I'm having quite the weird SSL issue.

    If I set the configure file to true I get no page at all on the secure portions of the site.

    But If I set it to false and go to https://mysite the styles are non existent.

    I don't understand what's going on here: connecticutvalleybiological.com

    I have set the config file to false for now. Just so I can access the site and edit it.

    Thanks in advance for your help.

  3. #63
    Join Date
    May 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: SSL Problem

    Quote Originally Posted by prosam View Post
    I'm having quite the weird SSL issue.

    If I set the configure file to true I get no page at all on the secure portions of the site.

    But If I set it to false and go to https://mysite the styles are non existent.

    I don't understand what's going on here: connecticutvalleybiological.com

    I have set the config file to false for now. Just so I can access the site and edit it.

    Thanks in advance for your help.

    FYI, when I connect to [redacted], I see the same CSS as when I visit the non-secure site.

    And during checkout, I saw all pages that you described as missing.

    You might try restarting your browser and/or computer.
    Last edited by empirenine; 10 Jul 2008 at 09:11 PM.
    LMNOtees.com - Wear your humor on your sleeve!

  4. #64
    Join Date
    Jun 2004
    Posts
    135
    Plugin Contributions
    0

    Default Re: SSL Problem

    Hi,
    yeah I figure it out. Quite the dumb thing actually. I had an extra w in the configure url. So instead of http://www. I had http://wwww.

    Thanks.

    Also please edit your post and take out the url.

  5. #65
    Join Date
    Apr 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: SSL Problem

    I've set my configure files to 'true' and checked to make sure all my images are https://, but I'm still getting a "warning: contains unautheticated content" and partially encrypted message. Would someone mind taking a look to see what's causing the error: jordanapaige.com

    Thanks.

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

    Default Re: SSL Problem

    jordana,

    It is your stat counter code

    Code:
    src="http://www.statcounter.com/counter/counter.js">
    src="http://c15.statcounter.com/1567403/0/c26bf151/1/

  7. #67
    Join Date
    Jun 2004
    Posts
    135
    Plugin Contributions
    0

    Default Re: SSL Problem

    Quote Originally Posted by kobra View Post
    jordana,

    It is your stat counter code

    Code:
    src="http://www.statcounter.com/counter/counter.js">
    src="http://c15.statcounter.com/1567403/0/c26bf151/1/
    I was about to say the same thing.

  8. #68
    Join Date
    Apr 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: SSL Problem

    ah, thanks!

  9. #69
    Join Date
    Dec 2007
    Posts
    69
    Plugin Contributions
    0

    Default Re: SSL Problem

    I've been trying to sort my ssl out, which came up in a review post.. (beggarsbones.com, cart beggarsbones.com/store)

    i cant get the padlock to come up on any page, although my cert. is good and sofar as i can tell the only things pulling out of the site are the godaddy cert. and google analytics. i saw an earlier post about taking out the analytics and having the ssl work but i really dont want to do that. any suggestions? is this yet another way that frames are totally screwing me?

    Quote Originally Posted by beggarsbones View Post
    i did, this is what i have in admin/includes/configure.php

    PHP Code:
    define('HTTP_SERVER''https://beggarsbones.com');
    define('HTTPS_SERVER''https://beggarsbones.com');
    define('ENABLE_SSL''true');
      
    /* 
       * URLs for your site will be built via:  
       *     HTTP_SERVER plus DIR_WS_ADMIN or
       *     HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or 
       *     HTTP_SERVER plus DIR_WS_CATALOG or 
       *     HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG
       * ...depending on your system configuration settings
       */
      
    define('HTTP_SERVER''https://beggarsbones.com');
      
    define('HTTPS_SERVER''https://beggarsbones.com');
      
    define('HTTP_CATALOG_SERVER''http://beggarsbones.com');
      
    define('HTTPS_CATALOG_SERVER''https://beggarsbones.com'); 
    and in includes/configure.php

    PHP Code:
    define('HTTP_SERVER''http://www.beggarsbones.com');
    define('HTTPS_SERVER''https://beggarsbones.com');
    define('ENABLE_SSL''true');

      
    // Use secure webserver for checkout procedure?
      
    define('ENABLE_SSL''true'); 
    i read in the tutorial that for 1.3.x to set the http_server to ssl, so thats whats thats about...

  10. #70
    Join Date
    Apr 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: SSL Problem

    Everywhere you have your url in the code you just quoted, try adding www. to the address. If that doesn't work, try removing the www. from all of them. It should be all or none. It just depends on how your ssl was set up as to whether or not you need the www.

 

 
Page 7 of 13 FirstFirst ... 56789 ... LastLast

Similar Threads

  1. SSL problem
    By redrob in forum General Questions
    Replies: 1
    Last Post: 21 Apr 2012, 08:14 AM
  2. ssl problem
    By ramblin54321 in forum General Questions
    Replies: 16
    Last Post: 13 Feb 2010, 03:13 AM
  3. SSL Problem
    By Malog in forum Basic Configuration
    Replies: 6
    Last Post: 15 Jul 2008, 05:51 PM
  4. SSL problem?
    By Nidan1117 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 6 May 2008, 03:33 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