osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

checkout confirmation ssl problem

This is a discussion on checkout confirmation ssl problem within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; My store was working fine untill i made it secure, now when I do a check out i see it ...


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

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 08-02-2004, 07:39 PM
Lurker
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
tekgeek
Default checkout confirmation ssl problem

My store was working fine untill i made it secure, now when I do a check out i see it go the skipjack processor, I get a security warning
and then it redirects me to the login page. The processer sees the transcation but the cart never does. I assume that it is a configure.php file problem so here they are.




includes/configure.php

<?php
// Please, note that all changes in this file will be lost
// after reconfiguring application by Plesk
define('HTTP_SERVER', 'http://inkjetboss.com');
define('HTTPS_SERVER', 'https://inkjetboss.com');
define('ENABLE_SSL', 'true');
define('HTTP_COOKIE_DOMAIN', 'www.inkjetboss.com');
define('HTTPS_COOKIE_DOMAIN', 'www.inkjetboss.com');
define('HTTP_COOKIE_PATH', '/shopping/');
define('HTTPS_COOKIE_PATH', '/shopping/');
define('DIR_WS_HTTP_CATALOG', '/shopping/');
define('DIR_WS_HTTPS_CATALOG', '/shopping/');
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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

// define our database connection

define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', '********************');
define('DB_SERVER_PASSWORD', '******************');
define('DB_DATABASE', '**********************');
define('USE_PCONNECT', '*************');
define('STORE_SESSIONS', '');
?>


admin/includes/configure.php

<?php

define('HTTP_SERVER', 'http://inkjetboss.com');
define('HTTP_CATALOG_SERVER', 'http://inkjetboss.com');
define('HTTPS_CATALOG_SERVER', 'https://inkjetboss.com');
define('ENABLE_SSL_CATALOG', 'true');
define('DIR_FS_DOCUMENT_ROOT', '/home/httpd/vhosts/inkjetboss.com/httpdocs');
define('DIR_WS_ADMIN', '/shopping/admin/');
define('DIR_FS_ADMIN', '/home/httpd/vhosts/inkjetboss.com/httpdocs/shopping/admin');
define('DIR_WS_CATALOG', '/shopping/');
define('DIR_FS_CATALOG', '/home/httpd/vhosts/inkjetboss.com/httpdocs/shopping/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

// define our database connection

define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', '*******************');
define('DB_SERVER_PASSWORD', '*****************');
define('DB_DATABASE', '****************');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', '');
?>

I have tried alot of different things, this does not use a shared SSL
Thanks for you help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 08-02-2004, 08:29 PM
New Member
 
Join Date: Jul 2004
Location: a mountaintop in Florida
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
gravenimage
Default

Change your HTTP_SERVER and HTTPS_SERVER to also use the www in front of the domain name and you should be OK.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 08-04-2004, 09:33 AM
Lurker
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
tekgeek
Default

that still did not work, please help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 08-08-2004, 12:11 PM
dno dno is offline
New Member
 
Join Date: Aug 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dno
Default Idea

Not sure if this is relevent to your question but...

What I did once when I installed the catalog with ssl enabled and didn't better way to fix problem.

I went in to every file with cute ftp and did a search for HTTPS and replace every refrence to HTTP so maybe you could do the same but in reverse.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
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

Similar Threads

Thread Thread Starter Forum Replies Last Post
Problem with checkout stevemitch2 osCMax v2 Installation issues 3 08-13-2006 09:29 AM
Checkout with no order confirmation auntie22 osCMax v1.7 Discussion 1 09-08-2005 10:19 AM
Having a problem with checkout. mattcald osCMax v1.7 Discussion 2 06-17-2005 05:18 AM
Problem with checkout chanterelle osCommerce 2.2 Installation Help 3 10-20-2003 11:23 AM
The problem of checkout. Newbie osCommerce 2.2 Modification Help 1 10-08-2003 08:48 AM


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


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