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

Thread: Reason why some URLs are Green & some Red?

  1. #1
    Join Date
    Jul 2006
    Posts
    192

    Default Reason why some URLs are Green & some Red?

    I haven't paid to much attention to this in the past about why this is, but I have actually wondered lately what the difference is when you go to secure pages that some URL's are green and some are red. I noticed it's different depending on where the cert came from. I never cared before as long as it was working. So is their any difference or meaning in Red or Green URL?

  2. #2
    Join Date
    Feb 2006
    Posts
    167

    Default

    I'm guessing you're using firefox for this.

    Green URL's mean everything on the page is encrypted through the SSL. Red URLs mean that some items are not linked securely (commonly images or other assorted items on the page). A red URL is still in the SSL mode but some items are not encrypted.
    I may not be smart enough to do everything, but I'm dumb enough to try anything.

    PS I no longer work for Bluehost, any posts from me may not be official company policies or views and should not be associated with Bluehost.

  3. #3
    Join Date
    Jul 2006
    Posts
    192

    Default

    Thanks, I am using Firefox. Is it ok if the URL is red? I have noticed that since I have installed my new SSL that I am using on OSC that my catalog URL is now in Red and the Admin side is in Green.

    I came across this one site earlier whos SSL was Blue, that was a first I had seen that.

  4. #4
    Join Date
    Feb 2006
    Posts
    167

    Default

    In your OS Commerce config file you may want to check to make sure that your site is properly set up in SSL mode. Be sure the www. is on the URLs.
    I may not be smart enough to do everything, but I'm dumb enough to try anything.

    PS I no longer work for Bluehost, any posts from me may not be official company policies or views and should not be associated with Bluehost.

  5. #5
    Join Date
    Jul 2006
    Posts
    192

    Default

    Yea as far I know everything is configured correctly. I have posted this issue on the OSC Forum as I know this is more of OSC issue than a Blue Host issue, but here is my config file.

    Code:
    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
      define('HTTP_SERVER', 'http://www.txcampingoutfitters.com'); // eg, http://localhost - should not be empty for productive servers
      define('HTTPS_SERVER', 'https://www.txcampingoutfitters.com'); // eg, https://localhost - should not be empty for productive servers
      define('ENABLE_SSL', true); // secure webserver for checkout procedure?
      define('HTTP_COOKIE_DOMAIN', 'www.txcampingoutfitters.com');
      define('HTTPS_COOKIE_DOMAIN', 'www.txcampingoutfitters.com');
      define('HTTP_COOKIE_PATH', '/');
      define('HTTPS_COOKIE_PATH', '/');
      define('DIR_WS_HTTP_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    
      define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
      define('DIR_FS_CATALOG', '/home/txcampin/public_html');
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
      define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

  6. #6
    Join Date
    Feb 2006
    Location
    UK
    Posts
    160

    Default

    Your config file looks fine... do you have any external links on your site?

  7. #7
    Join Date
    Jul 2006
    Posts
    192

    Default

    Yes I do, a few from my banner ads in my footer and some infoboxes that link to my forum and eBay store.

  8. #8
    Join Date
    Feb 2006
    Posts
    167

    Default

    If you give your URL I can take a look at the site and let you know what may be causing the issue. Otherwise, it's hard to say as there are many possibilities.
    I may not be smart enough to do everything, but I'm dumb enough to try anything.

    PS I no longer work for Bluehost, any posts from me may not be official company policies or views and should not be associated with Bluehost.

  9. #9
    Join Date
    Jul 2006
    Posts
    192

    Default

    Hey Dustin, thanks for the offer. It's a good thing you're not a detective or you would've seen my URL is the config file above... LoL j/K

    My Site

    I wonder if it could be my live support feature that could be causing it?

    I am still doing some work on it so pardon anything that doesn't look right.

  10. #10
    Join Date
    Feb 2006
    Posts
    167

    Default

    Your OS commerce looks like it's running fine, the only thing I saw just at glance that may be related is the src of some of your files, namely javascripts, weren't in secure mode. You could swap those to relative links to fix that. Aside from that all of the actual links and settings inside the cart appear to be right.
    I may not be smart enough to do everything, but I'm dumb enough to try anything.

    PS I no longer work for Bluehost, any posts from me may not be official company policies or views and should not be associated with Bluehost.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •