Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error when I have taken all the steps for ssl


Guest

Recommended Posts

Posted

This is the warning error I get when I click on Checkout...

 

 

Warning: Access denied for user: 'kwickkleen@localhost' (Using password: YES) in /usr/wwws/htdocs/kwickkleen/catalog/includes/functions/database.php on line 19

 

Warning: MySQL Connection Failed: Access denied for user: 'kwickkleen@localhost' (Using password: YES) in /usr/wwws/htdocs/kwickkleen/catalog/includes/functions/database.php on line 19

Unable to connect to database server!

 

 

And here is my config file... Please Help!!!

 

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

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

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

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

define('HTTP_COOKIE_DOMAIN', 'www.kwickkleen.com');

define('HTTPS_COOKIE_DOMAIN', 'https.clockwatchers.com/kwickkleen');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/kwickkleen/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

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', '/www/htdocs/kwickkleen/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

 

 

I appreciate anyone helping!!! thanks

Posted

Oh, where do I start?????

 

'https://https.clockwatchers.com/kwickkleen' two https

 

'https.clockwatchers.com/kwickkleen' dot after https, not ://

 

define('HTTPS_COOKIE_DOMAIN', 'https.clockwatchers.com/kwickkleen');

 

This is not going to work. If you have an ssl installed on a server then, yes, all of the sites on that server can use it as a shared ssl. But what you are trying to do is to use an ssl certificate issued to another domain, with just a folder in the ssl part of that other domain. This will generate security warnings galore when people try to move to an https area of 'your' site - and no one is going to want to proceed with those warnings. Also, I suspect, you will have to duplicate all of your website within that folder on the other domain.

 

Vger

Posted

This is supposed to be a shared SSL Certificate through my host clockwatchers. When I requested the info for the ssl they sent me the username and password for the directory they created for me on this secure server.

 

I guess I'm not understanding what you are saying... You say that I'm trying to create a folder on another domains certificate.. What's the difference then I guess there must not be any such thing as a shared server??? I mean to me it looks like a sub directory not a folder??? Also when I upload a regular web page HTML... the secured server works just fine. So I don't understand why this isn't working.

 

When I type in the address to reach the html page I have to use the https:// thats the difference between secure and non where as non is simply http://

 

I've seen examples given in this forum that show other's going by:

 

https://sll.sharedserver/mysite

 

So what is the difference from what they have in there config file and what I have in mine?

 

any help is appreciated..

Thanks

Archived

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

×
×
  • Create New...