Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Yahoo SSL Setup


slumbum

Recommended Posts

I followed the instructions, and it seems to work on the admin side,

but when I go to check out it doesn't work. I get a 403 forbidden.

 

my admin/include/configure.php looks like this...

 

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');

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

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

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

define('DIR_WS_ADMIN', 'http://www.muffandcuff.com/ssl/catalog/admin/'); // absolute path required

define('DIR_FS_ADMIN', 'http://www.muffandcuff.com/ssl/catalog/admin/'); // absolute pate required

define('DIR_WS_CATALOG', 'http://www.muffandcuff.com/ssl/catalog/'); // absolute path required

define('DIR_FS_CATALOG', 'http://www.muffandcuff.com/ssl/catalog/'); // absolute path required

 

 

Something is wrong....don't know what?

 

Thanks, and Good Karma to the one who helps me.

 

Ed

Link to comment
Share on other sites

I followed the instructions, and it seems to work on the admin side,

but when I go to check out it doesn't work. I get a 403 forbidden.

 

my admin/include/configure.php looks like this...

 

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');

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

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

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

define('DIR_WS_ADMIN', 'http://www.muffandcuff.com/ssl/catalog/admin/'); // absolute path required

define('DIR_FS_ADMIN', 'http://www.muffandcuff.com/ssl/catalog/admin/'); // absolute pate required

define('DIR_WS_CATALOG', 'http://www.muffandcuff.com/ssl/catalog/'); // absolute path required

define('DIR_FS_CATALOG', 'http://www.muffandcuff.com/ssl/catalog/'); // absolute path required

Something is wrong....don't know what?

 

Thanks, and Good Karma to the one who helps me.

 

Ed

 

Yep, definately a problem somewhere. When I enter: www.muffandstuff.com, it takes me to your site. If I add /ssl on the end, it redirects me to the directory tree where I can click on catalog. If I do, it takes me to the catalog setup screen. Would suck if someone went it and reinstalled over your site. Delete the install directory if you are done with it.

 

Change your HTTPS_CATALOG_SERVER path to https://s.hostingprod.com/@www.muffandcuff.com/ssl/

I'm not sure where you got the .p5 from in your current config, but it works without it. Good luck.

 

V6 :thumbsup:

Link to comment
Share on other sites

These entries are all wrong:

 

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

define('DIR_WS_ADMIN', 'http://www.muffandcuff.com/ssl/catalog/admin/'); // absolute path required

define('DIR_FS_ADMIN', 'http://www.muffandcuff.com/ssl/catalog/admin/'); // absolute pate required

define('DIR_WS_CATALOG', 'http://www.muffandcuff.com/ssl/catalog/'); // absolute path required

define('DIR_FS_CATALOG', 'http://www.muffandcuff.com/ssl/catalog/'); // absolute path required

 

These WS pathways are correct:

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

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

 

Your FS pathways you need to get from your hosts, or look to see what pathway is displayed in the top right address bar when you FTP to the root of your domain.

 

Vger

Link to comment
Share on other sites

Forgive me, I am a designer and it's a miracled I have made it this far.

It's still not working for me. Also, another question occurred to me. Aren't I supposed to set a cookie directory for http and https? My other question is this, I essentially have 2 installations of catalog. Which one will I populate with products...the ssl or the root/catalog?

 

Thanks in advance,

Ed.

 

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

 

 

These entries are all wrong:

 

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

define('DIR_WS_ADMIN', 'http://www.muffandcuff.com/ssl/catalog/admin/'); // absolute path required

define('DIR_FS_ADMIN', 'http://www.muffandcuff.com/ssl/catalog/admin/'); // absolute pate required

define('DIR_WS_CATALOG', 'http://www.muffandcuff.com/ssl/catalog/'); // absolute path required

define('DIR_FS_CATALOG', 'http://www.muffandcuff.com/ssl/catalog/'); // absolute path required

 

These WS pathways are correct:

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

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

 

Your FS pathways you need to get from your hosts, or look to see what pathway is displayed in the top right address bar when you FTP to the root of your domain.

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...