Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Yahoo SSL...please assist.


slumbum

Recommended Posts

I am still struggling with this. My check-out process is leading me to the ssl directory, but I am still getting a 403 forbidden error. Can someone please help me troubleshoot these settings?

 

Thanks, it's appreciated.

 

In catalog/includes/configure.php I have:

 

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

define('HTTP_CATALOG_SERVER', 'http://www.muffandcuff.com/catalog/');

define('HTTPS_CATALOG_SERVER', ' https://s.hostingprod.com/@www.muffandcuff.com/ssl/');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', 'eagleblind/catalog/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/eagleblind/catalog/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

define('DIR_FS_CATALOG', '/eagleblind/catalog/'); // absolute path required

 

In catalog/admin/includes/configure.php I have:

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

define('HTTP_CATALOG_SERVER', 'http://www.muffandcuff.com/catalog/');

define('HTTPS_CATALOG_SERVER', ' https://s.hostingprod.com/@www.muffandcuff.com/ssl/');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', 'eagleblind/catalog/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/eagleblind/catalog/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

define('DIR_FS_CATALOG', '/eagleblind/catalog/'); // absolute path required

Link to comment
Share on other sites

You've got your configure.php files mixed up.

 

These lines are from admin/includes/configure.php

 

In catalog/includes/configure.php I have:

 

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

define('HTTP_CATALOG_SERVER', 'http://www.muffandcuff.com/catalog/');

define('HTTPS_CATALOG_SERVER', ' https://s.hostingprod.com/@www.muffandcuff.com/ssl/');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', 'eagleblind/catalog/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/eagleblind/catalog/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

define('DIR_FS_CATALOG', '/eagleblind/catalog/'); // absolute path required

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

Oh, OK. But I still can't get it working.

 

So post the correct one. (catalog/includes/configure.php)

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

I am still struggling with this. My check-out process is leading me to the ssl directory, but I am still getting a 403 forbidden error. Can someone please help me troubleshoot these settings?

 

Thanks, it's appreciated.

 

In catalog/includes/configure.php I have:

 

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

define('HTTP_CATALOG_SERVER', 'http://www.muffandcuff.com/catalog/');

define('HTTPS_CATALOG_SERVER', ' https://s.hostingprod.com/@www.muffandcuff.com/ssl/');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', 'eagleblind/catalog/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/eagleblind/catalog/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

define('DIR_FS_CATALOG', '/eagleblind/catalog/'); // absolute path required

 

In catalog/admin/includes/configure.php I have:

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

define('HTTP_CATALOG_SERVER', 'http://www.muffandcuff.com/catalog/');

define('HTTPS_CATALOG_SERVER', ' https://s.hostingprod.com/@www.muffandcuff.com/ssl/');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', 'eagleblind/catalog/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/eagleblind/catalog/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

define('DIR_FS_CATALOG', '/eagleblind/catalog/'); // absolute path required

 

 

Did you get this working yet. I have thi fix in a contribution. Just search for Yahoo SSL in the contributions!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...