osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

baisc SSL question??

This is a discussion on baisc SSL question?? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; hi guys i need some help here, I have alredy setup osc and customized and every things working fine and ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 12-12-2002, 09:48 AM
Anonymous
Guest
 
Posts: n/a
Default baisc SSL question??

hi guys i need some help here, I have alredy setup osc and customized and every things working fine and all that. I have just enabled SSL on my server, now i need to integrate osc with SSL or the other way around. I mean i don't want to start from install.php. All i need now is visitors go thru the relevant pages in https, i.e login.php, check_out.php etc. these pages should be in https and other pages with NONSSL.

where should i add what to enable SSL so that visitors access these pages in https ??

thanx in advance

rhytha
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 12-12-2002, 10:27 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Edit:

/catalog/includes/configure.php

Look for the lines that refer to HTTPS SERVER
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 12-12-2002, 12:23 PM
Anonymous
Guest
 
Posts: n/a
Default

define('HTTP_SERVER', '' // eg, <A href="http://localhost">http://localhost</A> - should not be NULL for productive servers<BR>define('HTTPS_SERVER&#39 ;, 'https://www.mydomain.com'); // eg, <A href="https://localhost">https://localhost</A> - should   not be NULL for productive servers<BR>define('ENABLE_SSL', true); // secure webserver for checkout procedure?<BR><BR>msaesk is these are the line i should edit and have i edited them correctly
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 12-12-2002, 12:23 PM
Anonymous
Guest
 
Posts: n/a
Default

define('HTTP_SERVER', '' // eg, <A href="http://localhost">http://localhost</A> - should not be NULL for productive servers<BR>define('HTTPS_SERVER&#39 ;, 'https://www.mydomain.com'); // eg, <A href="https://localhost">https://localhost</A> - should   not be NULL for productive servers<BR>define('ENABLE_SSL', true); // secure webserver for checkout procedure?<BR><BR>msaesk is these are the line i should edit and have i edited them correctly
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 12-12-2002, 12:29 PM
Anonymous
Guest
 
Posts: n/a
Default

define('HTTP_SERVER', ''); // eg, http://localhost - should not be NULL for productive servers
define('HTTPS_SERVER', 'https://www.mydomain.com'); // eg, https://localhost - should not be NULL for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?

thanx msasek , have i edited the above lines correctly
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 12-13-2002, 07:20 AM
Lurker
 
Join Date: Dec 2002
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rhytha
Default

just updating
the above changes does'nt seem to make any difference.

iam still getting only http instead of https for login and checkout process??
but when i try https:\\ directly in the browser everything works ok

thanx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 12-13-2002, 09:10 AM
Active Member
 
Join Date: Oct 2002
Location: Arkansas
Posts: 149
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
modom
Default

Rhytha,

Can you email me your configure file?

modom@designhosting.biz

and the path to your server or what admin area are you using for your domain site?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 12-13-2002, 10:46 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Did you clear your browser cache?

Sometimes changes like this will not show up until you clear your cache. See if that helps.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 12-13-2002, 11:56 PM
Lurker
 
Join Date: Dec 2002
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rhytha
Default

modom i have made the changes you had mailed me, but nothing is happening, for some unknown reason there is no https still.

thanx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 12-14-2002, 02:59 AM
Anonymous
Guest
 
Posts: n/a
Default

guys i have a ssl.conf directory in my root, do i have to copy any file into this
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -8. The time now is 09:08 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax