Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Certificate Error when trying to log in etc


snazzytr

Recommended Posts

Posted

I've transferred my database from my old site to my new one (which has changed my OsCommerce admin login back to that of my old site aswell), but doing so seems to have made login pages & checkouts etc unviewable.

I simply get this error:

 

The security certificate presented by this website was not issued by a trusted certificate authority.

The security certificate presented by this website was issued for a different website's address.

 

Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server

 

 

I've tried changing my configure.php files, but maybe not correctly because its had no effect.

Heres the file includes/configure.php (with private sections blanked out)

<?php
 define('HTTP_SERVER', 'http://www.itsfalsetruth.com');
 define('HTTPS_SERVER', 'https://www.itsfalsetruth.com');
 define('ENABLE_SSL', true);
 define('HTTP_COOKIE_DOMAIN', 'www.itsfalsetruth.com');
 define('HTTPS_COOKIE_DOMAIN', 'www.itsfalsetruth.com');
 define('HTTP_COOKIE_PATH', '/');
 define('HTTPS_COOKIE_PATH', '/');
 define('DIR_WS_HTTP_CATALOG', '/');
 define('DIR_WS_HTTPS_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', '/home/itsfalse/public_html/');
 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

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

 

Any help??

My old site from which I've transferred the database was www.snazzytramp.com if this helps.

Posted

IE 7 says the SSL cert. was issued to dev10.com

 

Sounds like you need to ask the host what your shared SSL URL needs to be.

 

Or purchase a dedicated SSL cert.

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 >

Archived

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

×
×
  • Create New...