Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I know my SSL Cert is correctly installed and working


Amer786

Recommended Posts

Posted

my provider says it is under HTTPS://asapcellphone.ca , can someone see if there is an issue? is it working as it should? could try and create a dummy customer accoutn and see. I am just really new to this. i do not see a lock in my browser. What will someone on my site expect in terms of security, is what i have correct. Please help. i want to go live with this site in the next few days .

 

 

THIS IS MY CONFIG.PHP UNDER /WWW/INCLUDES

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.asapcellphones.ca'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://asapcellphones.ca'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'www.asapcellphones.ca');

define('HTTPS_COOKIE_DOMAIN', 'asapcellphones.ca');

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/');

 

 

 

THIS IS MY CONFIG.PHP UNDER ADMIN/INCLUDES/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTPS_SERVER', 'http://www.asapcellphones.ca'); // eg, http://localhost - should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://asapcellphones.ca');

define('HTTPS_CATALOG_SERVER', 'https://asapcellphones.ca');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/home/asapcell/public_html/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/home/asapcell/public_html/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/'); // absolute path required

define('DIR_FS_CATALOG', '/home/asapcell/public_html/'); // absolute path required

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'asapcell_osc1');

define('DB_SERVER_PASSWORD', 'JiEYwXNkxx98');

define('DB_DATABASE', 'asapcell_osc1');

define('USE_PCONNECT', 'false'); // use persisstent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

 

 

 

is everything correct there? I also have a Paypal Seal that may be cuasing a problem, can someone help please

Posted
is everything correct there?

yes, seems to me.

 

Paypal Seal that may be cuasing a problem,

you need to use the logo which is located on secure server (https)

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

change this location:

http://www.paypal.com/en_US/i/icon/verification_seal.gif

to:

https://www.paypal.com/en_US/i/icon/verification_seal.gif

 

good luck

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted
yes, seems to me.

you need to use the logo which is located on secure server (https)

 

 

I dont see the lock symbol, so how do I know everything is ok on the site. I see a little 'eye' and and red cricle with a white line through it near the bottom right side.

Posted

The cert is working but you have some link on your site that is causing the non-secure error. You will need to find the code for that link(s) and change it to either a secrue link or disable it for secure pages.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
my provider says it is under HTTPS://asapcellphone.ca , can someone see if there is an issue? is it working as it should? could try and create a dummy customer accoutn and see. I am just really new to this. i do not see a lock in my browser. What will someone on my site expect in terms of security, is what i have correct. Please help. i want to go live with this site in the next few days .

 

 

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'asapcell_osc1');

define('DB_SERVER_PASSWORD', 'JiEYwXNkxx98');

define('DB_DATABASE', 'asapcell_osc1');

define('USE_PCONNECT', 'false'); // use persisstent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

 

 

 

is everything correct there? I also have a Paypal Seal that may be cuasing a problem, can someone help please

 

Of course, you will now also have to change your username and password and database details, as you just posted them here for all the world to see.

* * * * * * * * * * * * * * * * * * * * *

Porpoises are most happy when wet!

\ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _

Posted
The cert is working but you have some link on your site that is causing the non-secure error. You will need to find the code for that link(s) and change it to either a secrue link or disable it for secure pages.

 

Jack

 

 

When I click to the view non-secure data, all the picture for my products are unviewable, the buttons like change address on the checkout page are broken link, the oscommerce logo is also not viewable. Thep ictures are coming from pix stored on my computer.

 

Can someone please help with this.

 

Also, why does this only happen qhen I click checkout and not on the main pages, is it required to have the whole site secured or only the 'create account' and 'checkout' page

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...