Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

store with ssl certificate


kewldude_3001

Recommended Posts

Posted

hey i bought a ssl certificate recently and it is installed and running, i just recently changed my link for the catalog from http: to https: and in internet explorer my catalog index completely mess's up like all the links are broken and everything but in mozzilla it works just fine. Also how do i make every page in my store or if im only suppossed to make certain pages secure please help with integrating ssl certificate to store.

Posted

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

//Added the https:

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

changed false to true

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

define('HTTP_COOKIE_DOMAIN', 'kumarsbookstore.com');

 

but it wont let me ftp the new file, how do i change the permissions so it will let me???? also i dont want my homepage to be secured, i only want my store part which is /oscommerce/catalog so how can i just make that secure.

Posted
define('HTTP_SERVER', 'http://kumarsbookstore.com'); // eg, http://localhost - should not be empty for productive servers

//Added the https:

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

changed false to true

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

define('HTTP_COOKIE_DOMAIN', 'kumarsbookstore.com');

 

but it wont let me ftp the new file, how do i change the permissions so it will let me???? also i dont want my homepage to be secured, i only want my store part which is /oscommerce/catalog so how can i just make that secure.

How are you ftping the file?

Posted

aight i figured out how to change the permissions and stuff and i changed the line https catalog

 

define('DIR_WS_HTTP_CATALOG', 'shows path');

define('DIR_WS_HTTPS_CATALOG', 'shows same path'); so i see that not all my store pages are https is it supposed to be like that???

 

also it still says that im not using a secure ssl connection on my admin home

Posted

thanks but i figured that part out, but not all the pages are https is it supposed to be like that and also it still says that im not protected by a secure ssl connection??? why is that???

Posted
thanks but i figured that part out, but not all the pages are https is it supposed to be like that

Yes, it's supposed to be like that, specially on the pages that require user input, like register/login account, checkout pages, etc.

 

also it still says that im not protected by a secure ssl connection??? why is that???

That one I have no idea...

Posted

its possibe you have images on your front page/header/footer that are causing the problem in IE but not in Firefox

Posted

well if ssl certificate is not from a known ssl provider then that message will popup.

 

Also yoru ssl is in the name of https://kumarsbookstore.com/

 

you also have links to some http sites and some content is coming from those sites.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted

well mine is from godaddy.com

 

yea im not concerned about the main page being secure, thats just the homepage, my concern is the catalog part.

Posted

Your shops home page is https because that is the way the link to it from your entrance page is setup. Once you are in the shop, click on the logo and you will see it switches to http as it should. The message in your admin section is a bug in the code and should not be worried about. If you enter into the admin, past the blue window, and it doesn't switch to https (assuming your configure file has it enabled), then that is a problem.

 

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

Archived

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

×
×
  • Create New...