Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Confused with SSL


miranto

Recommended Posts

Hi i am making a web www.reparacionglobal.com, but i installed the ssl but i don't know how to make it work, in the admin page it displays you are not secured by an ssl conection, my https is https://secure3.clientnshosting.net/reparacionglobal%2Dcom/ should i have 2 oscommerce? one in my /wwwroot and the other in my /ssl ??
There are two configure files in your shop: one in includes/ and one in admin/includes. If you want ssl to be enabled in either or both the shop and admin, you need to enable that option in either or both configure files.

 

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

Link to comment
Share on other sites

i had already read that, what i did was copy all my www.reparacionglobal.com oscommerce (/wwwroot) to the local path where ssl is installed (/SSL) so when i click a secure link for example create acount it takes me to https://secure3.clientnshosting.net/reparac...ate_account.php but anyway the admin says you are not secured by an ssl conection ssl.jpg. i don't see what am i doing wrong :(

Link to comment
Share on other sites

Did you set up your configure file as I mentioned?

 

Jack

yes,,

define('HTTP_SERVER', 'http://www.reparacionglobal.com');

define('HTTPS_SERVER', 'https://secure3.clientnshosting.net');

define('HTTP_COOKIE_DOMAIN', 'www.reparacionglobal.com');

define('HTTPS_COOKIE_DOMAIN', 'www.reparacionglobal.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/reparacionglobal-com/');

 

both config files :)

Link to comment
Share on other sites

yes,,

define('HTTP_SERVER', 'http://www.reparacionglobal.com');

define('HTTPS_SERVER', 'https://secure3.clientnshosting.net');

define('HTTP_COOKIE_DOMAIN', 'www.reparacionglobal.com');

define('HTTPS_COOKIE_DOMAIN', 'www.reparacionglobal.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/reparacionglobal-com/');

 

both config files :)

 

define('ENABLE_SSL_CATALOG', 'true'); <- is that set to true?

 

You might try changing HTTP_SERVER to https://secure3.clientnshosting.net and see where that gets you. Just an idea, not something I am sure will work.

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

will copying the entire catalog directory into the ssl directory secure my store..?

 

I do not see why it wouldn't. Be sure to change your two configure.php's

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

So any chacne you know the answer to the ssl problem..

 

my yahoo says that anything i want secure i put under the domain.com/ssl/

 

right now everything is under domain.com/catalog/

 

if i just take the entire catalog directory and dump it under ssl without any editing, will it work? itll be domain.com/ssl/catalog .... or do i need to do some editing, and if so, to what.

 

Yahoo SSL install: http://www.oscommerce.com/community/contributions,3625

 

once you copy everything over, edit /ssl/catalag/includes/configure.php and /ssl/catalog/admin/includes/configure.php. any time you see /catalog add a /ssl before it. this should fix everything... but also check that Yahoo! SSL contrib.

 

I have my OSC set up on a non-Yahoo, CPanel reseller server. I have a few clients on Yahoo! but they are mainly for webmail use so I cannot help you as far the Yahoo! deal.

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

Yahoo SSL install: http://www.oscommerce.com/community/contributions,3625

 

once you copy everything over, edit /ssl/catalag/includes/configure.php and /ssl/catalog/admin/includes/configure.php. any time you see /catalog add a /ssl before it. this should fix everything... but also check that Yahoo! SSL contrib.

 

I have my OSC set up on a non-Yahoo, CPanel reseller server. I have a few clients on Yahoo! but they are mainly for webmail use so I cannot help you as far the Yahoo! deal.

oh thnx i think i got it working now, in /catalog/admin it still displays nonsecured but in the ssl/catalog/admin it says secured conection, so i thing it's working now hehe, i just have one last issue: i can create an account but i can't log it to it it takesme to secureweb/catalog/index.php instead of secureweb/mywebsite/catalog/index.php, i think that has to do with cookies, i already configured them in /catalog/includes/config.php is there somewhere else i have to configure them.

 

By the way thnx for all the help i have SSL Working now :D

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...