Guest Posted May 8, 2008 Posted May 8, 2008 I searched around and nothing really gave me a definitive answer... My question is this- when I go to my store, and use the https:// prefix on the address, I get a secure server, which is fine. But if i click any link on the page, it reverts back to http, and its no longer secure. Obviously its not really encessary to have https on the product pages, (or is it?) but I definitely want https to show up on any kind of payment pages that users will be entering personal info into. How, and where would I go in the files to make those pages https? I'm fairly new to working with SSL so any help with this would be greatly appreciated. I just want to make sure everything is safe. For reference, my site is- autobahnexotics.com/store (https://www.autobahnexotics.com/store) Thanks!!
germ Posted May 8, 2008 Posted May 8, 2008 Read this: How to install SSL on OSC: A Simple 1-2-3 Instruction, Simple, straighforward instructions If you have problems or questions, post again. osC only uses SSL on pages where privacy and security is necessary (login, account create/edit, & checkout for example), and not on the whole catalog. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
germ Posted May 8, 2008 Posted May 8, 2008 You need to use the www. in your SSL URL. It's who the certificate was issued to... If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
koalaphil Posted May 11, 2008 Posted May 11, 2008 You need to use the www. in your SSL URL. It's who the certificate was issued to... I have just added ssl also took over a month to get it installed properly (even when the add said within 10 mins) i too wondered why my non oScomerce didn't have the padlock.but now i now my hosting Company CAN make my WHOLE site https if i want. Now the ICON seal that goes with the ssl can only be put on secure pages(https) and as oScommerce isn't theirs i will have to do it myself somehow. Just now went into admin to load new products and i get error messages no file to upload, I am really becoming annoyed (Thinking of closing down, the hassles with oSc is really getting to me. the new error messages; Warning: reset() [function.reset]: Passed variable is not an array or object in /home/dabstedd/public_html/catalog/admin/includes/classes/object_info.php on line 17 Warning: Variable passed to each() is not an array or object in /home/dabstedd/public_html/catalog/admin/includes/classes/object_info.php on line 18 Anyone know how i correct this, it must be really simple, I have made the permissions 666 in my cPanel and can now write to this file..... Thanking you, Koalaphil.
Guest Posted May 11, 2008 Posted May 11, 2008 I have just added ssl also took over a month to get it installed properly (even when the add said within 10 mins) i too wondered why my non oScomerce didn't have the padlock.but now i now my hosting Company CAN make my WHOLE site https if i want. Now the ICON seal that goes with the ssl can only be put on secure pages(https) and as oScommerce isn't theirs i will have to do it myself somehow. Just now went into admin to load new products and i get error messages no file to upload, I am really becoming annoyed (Thinking of closing down, the hassles with oSc is really getting to me. the new error messages; Warning: reset() [function.reset]: Passed variable is not an array or object in /home/dabstedd/public_html/catalog/admin/includes/classes/object_info.php on line 17 Warning: Variable passed to each() is not an array or object in /home/dabstedd/public_html/catalog/admin/includes/classes/object_info.php on line 18 Anyone know how i correct this, it must be really simple, I have made the permissions 666 in my cPanel and can now write to this file..... Thanking you, Koalaphil. Is this what the file has? <?php /* $Id: object_info.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ class objectInfo { // class constructor function objectInfo($object_array) { reset($object_array); while (list($key, $value) = each($object_array)) { $this->$key = tep_db_prepare_input($value); } } } ?>
koalaphil Posted May 11, 2008 Posted May 11, 2008 Is this what the file has?<?php /* $Id: object_info.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ class objectInfo { // class constructor function objectInfo($object_array) { reset($object_array); while (list($key, $value) = each($object_array)) { $this->$key = tep_db_prepare_input($value); } } } ?> NO This is what it is; <?php /* $Id: file_manager.php,v 1.42 2003/06/29 22:50:52 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); if (!tep_session_is_registered('current_path')) { $current_path = DIR_FS_DOCUMENT_ROOT; tep_session_register('current_path'); } if (isset($HTTP_GET_VARS['goto'])) { $current_path = $HTTP_GET_VARS['goto']; tep_redirect(tep_href_link(FILENAME_FILE_MANAGER)); } if (strstr($current_path, '..')) $current_path = DIR_FS_DOCUMENT_ROOT; Kolaphil
Guest Posted May 11, 2008 Posted May 11, 2008 $Id: file_manager.php,v 1.42 2003/06/29 22:50:52 hpdl Exp $ Kolaphil OK, sorry, I thought it was home/dabstedd/public_html/catalog/admin/includes/classes/object_info.php but looking at the above, I can't see your domain name. Is the path correct?
koalaphil Posted May 11, 2008 Posted May 11, 2008 OK, sorry, I thought it was home/dabstedd/public_html/catalog/admin/includes/classes/object_info.php but looking at the above, I can't see your domain name. Is the path correct? First time using Admin since it was changed to https. my hosting company installed ssl. https://dabsteddsphilsused-goods.net Koalaphil.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.