Jump to content



Latest News: (loading..)

- - - - -

SSL Issue

ssl issue

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#-19   bitlynknetworks

bitlynknetworks
  • Members
  • 2 posts

Posted 05 March 2012 - 07:30 PM

i got a Small ssl issue.

https://myitechstore.com

If you use google chome it says this site is not secure.


It says my site is not secure in google chome?

I have an ssl from Rapid SSL but can't figure out this issue.


Thanks,
Matt S.

#-18   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,723 posts

Posted 05 March 2012 - 07:38 PM

@bitlynknetworks

The SSL is still valid (until March 19, 2012) and tests ok, I would suggest that it is the Chrome settings that need to be adjusted.



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#-17   MrPhil

MrPhil
  • Members
  • 4,129 posts

Posted 05 March 2012 - 10:31 PM

When either of you figure out what the correct Chrome settings should be, could you share them with us? I have a stock "out of the box" installation of Chrome, and like the OP, it doesn't like his site's SSL. Under Tools > Options, I have not done anything with "Manage Certificates", and the "Check revocations" box is still checked. Firefox is my normal browser, so I have not really tried Chrome on HTTPS sites. My PC clock is correctly set.

March 19 is pretty soon... maybe Chrome starts rejecting sites a few weeks before the certificate actually expires?

#-16   bitlynknetworks

bitlynknetworks
  • Members
  • 2 posts

Posted 05 March 2012 - 11:12 PM

It's so weird, i replicated the site on www.globaltelecomgrp.com installed new ssl certificate, but still same error. My web host said its a developer issue, my developer said its a web host issue.

#-15   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,723 posts

Posted 05 March 2012 - 11:29 PM

@bitlynknetworks

Put your website URL into this website.  You will see if your SSL is installed correctly.  If it is, then it could be your browser settings or MAYBE a coding error.  However, I checked your site with IE8, FF9.02, Chrome and Safari and didn't get any errors.



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#-14   barlas

barlas
  • Members
  • 3 posts

Posted 30 April 2012 - 09:03 AM

I've hadthe same problemaftera fewsettingsthat can not resolvethe problem, ifI remembersmoothedthe path toa solution,I can write.

#-13   glenn_watson

glenn_watson
  • Members
  • 6 posts

Posted 09 May 2012 - 06:33 PM

Hello,

#-12   glenn_watson

glenn_watson
  • Members
  • 6 posts

Posted 09 May 2012 - 06:52 PM

Hello,I am having a problem with my store (ver 2.31). where when I configure both configuration files (includes/configure.php & admin/includes/configure.php my cart and customer login goes wonky. I log into a test customer account, add something to the cart and when I go to checkout, I am prompted again to login and the cart is empty and all tested browsers are giving me the mixed content security warnings When I default both above mentioned files all works fine except I have no https connection. I am pasting the catalog/includes/configure.php file in the hope someone will be able to help me. Please note the ssl cert is named with the www qualifier and my admin folder was changed to config at first installation. Also my catalog is named shop and my web hosting installed the certificate and created a folder named secure. They then copied the full store (all files in shop) into the secure directory. I feel I have several problems and something must be wrong with the cookie settings to make the cart handle that way. One more thing I noticed is if I requested a lost password reset, it would take about 15 mins. to receive the e-mail, when defaulted the above files it arrived in seconds.
Thanks.

define('HTTP_SERVER', 'http://www.mydomain.com');
  define('HTTPS_SERVER', 'https://www.mydomain.com');
  define('ENABLE_SSL', true);
  define('HTTP_COOKIE_DOMAIN', 'www.mydomain.com');
  define('HTTPS_COOKIE_DOMAIN', 'www.mydomain.com');
  define('HTTP_COOKIE_PATH', '/shop/');
  define('HTTPS_COOKIE_PATH', '/shop/');
  define('DIR_WS_HTTP_CATALOG', '/shop/');
  define('DIR_WS_HTTPS_CATALOG', '/shop/');
  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', '/services3/webpages/v/i/mydomain.com/public/shop/');
  define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
  define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');