Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please Help I got SSL Cert. on server but no pad lock.


mtechama

Recommended Posts

The Browsers I am using is (I.E. 7, FireFox, Netscape 8.1) and I have try 3 different computers and there are NO pad locks on any computer what do I need to do?

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

you need to configure oscommerce to use ssl.... amend your configure.php (in catalog/includes/ and admin/includes) to use https: connection where approriate and set use ssl to "true"

with ten thousand dollars we'll all be millionaires

Link to comment
Share on other sites

you need to configure oscommerce to use ssl.... amend your configure.php (in catalog/includes/ and admin/includes) to use https: connection where approriate and set use ssl to "true"

 

 

here is my code for my includes/configure.php

 

define('HTTP_SERVER', 'http://www.mtechama.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://www.mtechama.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'mtechama.com');
 define('HTTPS_COOKIE_DOMAIN', 'mtechama.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/');

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

Seems to look right at first glance. You are not getting a green url at all?

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Link to comment
Share on other sites

Seems to look right at first glance. You are not getting a green url at all?

 

What green url?

 

and here is my admin/includes/configure.php

 

define('HTTP_SERVER', 'http://www.mtechama.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://www.mtechama.com');
 define('HTTPS_CATALOG_SERVER', 'https://www.mtechama.com');
 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

when I click on login I have lost all content it says Security Risk. I am using I.E. 7

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

Change this:

define('HTTP_SERVER', 'http://www.mtechama.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://www.mtechama.com'); // eg, https://localhost - should not be empty for productive servers

 

To this:

define('HTTP_SERVER', 'https://www.mtechama.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://www.mtechama.com'); // eg, https://localhost - should not be empty for productive servers

 

 

Change this:

define('HTTP_SERVER', 'http://www.mtechama.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://www.mtechama.com');
 define('HTTPS_CATALOG_SERVER', 'https://www.mtechama.com');
 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

to this

define('HTTP_SERVER', 'https://www.mtechama.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'https://www.mtechama.com');
 define('HTTPS_CATALOG_SERVER', 'https://www.mtechama.com');
 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

Notice under HTTP_SERVER and HTTP_CATALOG_SERVER you have httpS:

 

 

That way, everything is through SSL... what I did and it works great.

BACKUP your current files before editing. Did I mention to BACKUP your current files, first?

 

"I'm not a hero, I'm a firefighter; it is my job to save lives. I'm a Jesus Christ Firefighter saving souls from the flames!"

 

Installed contribs: Almost XP Buttons *** Attribute Sort *** Auto Thumbnail Change *** Column Product Listing (for SPPC v4.0) *** Contact Us Registered *** Country-State Selector 1.3.3J *** CC# Db Mask 1.3 *** Email Order Clickable Link *** Extra Images *** Linkpoint API CVM *** Loginbox Best *** New Spiders *** New Attrib Mgr v.5.0 w/ New Attrib Include *** Multi Product Update *** MySQL Cron *** Pricing per Category *** Product Listing in Columns v2.2 [later upgraded to CPL(SPPC)] *** Product Sort v1.6 *** Seperate Pricing Per Customer v4.15 *** Simple Down for Maintenance [Gokou] *** Ultimate_SEO_URLs_v2.2.2 *** UPS Worldship Export 1.3 *** Welcome Email username & password

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...