Guest Posted March 23, 2008 Share Posted March 23, 2008 OKAY making a websuite www.pre-etched.net installed a fresh copy of OSCOMMERCE obtained a SSL certificate thing installed SSL cert and all that goes with it have the .pem file installed the configure.php has been modified to enable ssl the secure url has been changed to my servers IP because it says MY ssl was issued to largo.anyservers.com which is the name of my computer at the hosting company!! and i go to checkout and i get a an internal 500 server freakin error and i dont have very much time to get this resolved MY url to the cart is http://pre-etched.net/products/ thanks :-) and if someone needs to the is a test product in there for $1.00 which if you can buy it the money will be refunded right away please please check it out and any help would be great i am truely in need of help and will even pay a programmer to fix it for me if need be! thanks Link to comment Share on other sites More sharing options...
germ Posted March 23, 2008 Share Posted March 23, 2008 Your SSL URL should be something like this: https://largo.anyservers.com/~etched This gets you to your site with no SSL errors: https://largo.anyservers.com/~etched/products/ Does that help any? :unsure: 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 > Link to comment Share on other sites More sharing options...
Guest Posted March 23, 2008 Share Posted March 23, 2008 also changed the https address in the /admin/includes and also set to TRUE still not working i have been searching here all day for help Link to comment Share on other sites More sharing options...
Guest Posted March 23, 2008 Share Posted March 23, 2008 Your SSL URL should be something like this: https://largo.anyservers.com/~etched This gets you to your site with no SSL errors: https://largo.anyservers.com/~etched/products/ Does that help any? :unsure: yeah i did change that and the ssl erros don't happen till you add product to cart and begin checkout Link to comment Share on other sites More sharing options...
germ Posted March 23, 2008 Share Posted March 23, 2008 Post the contents of your /products/includes/configure.php file (between CODE tags) PLEASE NOTE: There are about 6 lines at the bottom of that file that contain your username/password for your database. DO NOT POST THOSE LINES!!! 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 > Link to comment Share on other sites More sharing options...
Guest Posted March 23, 2008 Share Posted March 23, 2008 define('HTTP_SERVER', 'http://pre-etched.net'); define('HTTPS_SERVER', 'https://66.98.208.65/~etched/'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'pre-etched.net'); define('HTTPS_COOKIE_DOMAIN', 'pre-etched.net'); define('HTTP_COOKIE_PATH', '/products/'); define('HTTPS_COOKIE_PATH', '/products/'); define('DIR_WS_HTTP_CATALOG', '/products/'); define('DIR_WS_HTTPS_CATALOG', '/products/'); 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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/etched/public_html/products/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Link to comment Share on other sites More sharing options...
germ Posted March 23, 2008 Share Posted March 23, 2008 These should be this: define('HTTPS_SERVER', 'https://largo.anyservers.com/~etched'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', '.pre-etched.net'); define('HTTPS_COOKIE_DOMAIN', '.pre-etched.net'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); Although, the HTTPS_COOKIE_DOMAIN might need to be this: define('HTTPS_COOKIE_DOMAIN', '.largo.anyservers.com'); Not sure about that one. 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 > Link to comment Share on other sites More sharing options...
Guest Posted March 23, 2008 Share Posted March 23, 2008 ok i will try that real quick !! I can pay you for real time support messengers [email protected] [email protected] Link to comment Share on other sites More sharing options...
germ Posted March 23, 2008 Share Posted March 23, 2008 Better now.. yes? :unsure: 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 > Link to comment Share on other sites More sharing options...
Guest Posted March 23, 2008 Share Posted March 23, 2008 okay tried both without changing the cookie path the site just keeps kicking me back to like step 2 or somthing changed the cookie domain and it looks like its better but it still ends up at internal 500 error BUT THE CERTIFICATE IS VALID NOW :-) any more ideas you are very good Link to comment Share on other sites More sharing options...
germ Posted March 23, 2008 Share Posted March 23, 2008 I registered, logged in, put something in the cart, and tried to checkout and got no errors. I couldn't finish the checkout because I didn't enter a valid credit card. You installed your payment modules yet? :unsure: Don't ask me how ('cuz I don't know! :blush: ) 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 > Link to comment Share on other sites More sharing options...
Guest Posted March 23, 2008 Share Posted March 23, 2008 yeah i sure, did man this sux .............. Link to comment Share on other sites More sharing options...
germ Posted March 23, 2008 Share Posted March 23, 2008 without changing the cookie path the site just keeps kicking me back to like step 2 or somthing What do you mean by that? Would that be step 2 of the checkout process? :unsure: The only payment module I've installed was the Paypal IPN module. 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 > Link to comment Share on other sites More sharing options...
Guest Posted March 23, 2008 Share Posted March 23, 2008 What do you mean by that? Would that be step 2 of the checkout process? :unsure: The only payment module I've installed was the Paypal IPN module. when i dont do that second change it doesn't get as far.... Link to comment Share on other sites More sharing options...
germ Posted March 23, 2008 Share Posted March 23, 2008 The payment part is one of the trickiest to setup. Unfortunately, I'm better at PHP, HTML, and Javascript. At least I helped a little bt. Sorry I can't help more. :blush: 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 > Link to comment Share on other sites More sharing options...
satish Posted March 23, 2008 Share Posted March 23, 2008 with shared ssl You can not use cookies. Also SSL in catalog side is onlly for feww pages and not all. Same with admin. so for admin do this. define('HTTP_SERVER', 'https://66.98.208.65/~etched/'); define('HTTPS_SERVER', 'https://66.98.208.65/~etched/'); define('ENABLE_SSL', true); this will make the complete admin SSL producted.I recommend this. 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.