Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL and Yahoo hosting


Guest

Recommended Posts

Does anyone know how to set the configure.php for ssl on a yahoo hosted site and were to put the ssl folder in the file manager?

 

Thank you much.

Link to comment
Share on other sites

Whoever you are hosted by you either need access to a shared ssl certificate provided by your host (in this case Yahoo), or else your site needs to have its own dedicated ip address and then you purchase and install a full ssl certificate yourself or get your host to do it for you.

 

Vger

Link to comment
Share on other sites

From Yahoo:

 

"Yahoo! Web Hosting allows you to share Yahoo!'s SSL secure server with 128-bit encryption so that you can protect confidential data passed between the browser and the server. SSL encrypts information while it is transmitted, thus preventing unauthorized users from accessing phone numbers, addresses, or other confidential information ? very important when gathering information from your site visitors through an email form, for example. When you place the form in a secure directory, the form data will be encrypted when the user submits it, thus adding an extra layer of protection."

 

Here are the instructions they give:

 

1. Open your File Manager, click "Create Subdirectory," and name it "ssl." (Note: All letters must be in lowercase.)

 

2. Place the web pages and forms you want to protect into the ssl subdirectory. (Note: Be sure to update any links that refer to those files.)

 

3. View the secure pages at your domain:

 

http://www.yoursite.com/ssl

 

Your site will then redirect to our secure server so that information submitted from the secure pages will be encrypted. The domain address in your browser's location field will look like this:

https://s.hostingprod.com/@yoursite.com

 

The "s" in https is the secure version of the http protocol. It uses SSL to transport data between systems. "https://s.hostingprod.com" is Yahoo!'s SSL secure server.

 

____________________________________________________________________

 

What I need help with is how to set up my /catalog/includes/configure.php file and were to put the ssl folder? It sounds like it should go here: catalog/ssl???

Link to comment
Share on other sites

It looks, from the above, that the https_server and https_catalog_server addresses in your two configure.php files should be:

https://s.hostingprod.com/@yoursite.com

 

Your DIR_WS_HTTPS_CATALOG should then be '/'

Your HTTPS_COOKIE_PATH should be'/'

 

The problem is going to be your https_cookie_domain, which should be (according to what they say):

's.hostingprod.com/@yoursite.com'

However, I have doubts that that will work.

 

You will also have to duplicate all of your website folders/files in the 'ssl' folder (in the root of your web by the look of it), and update both sets of files whenever you make a change.

 

I would never have chosen Yahoo (or Lycos) to host an osCommerce website!

 

Vger

Link to comment
Share on other sites

It looks, from the above, that the https_server and https_catalog_server addresses in your two configure.php files should be:

https://s.hostingprod.com/@yoursite.com

 

Your DIR_WS_HTTPS_CATALOG should then be '/'

Your HTTPS_COOKIE_PATH should be'/'

 

The problem is going to be your https_cookie_domain, which should be (according to what they say):

's.hostingprod.com/@yoursite.com'

However, I have doubts that that will work.

 

You will also have to duplicate all of your website folders/files in the 'ssl' folder (in the root of your web by the look of it), and update both sets of files whenever you make a change.

 

I would never have chosen Yahoo (or Lycos) to host an osCommerce website!

 

Vger

Thanks I'll give that a try. The only part I want encrypted is the store checkout. Could I then only copy the checkout files to the ssl folder?

Link to comment
Share on other sites

osCommerce, by default, only encrypts those pages in the storefront that need encrypting, but there are so many interactions taking place it's simpler to copy all folders/files to the ssl folder.

 

You do want to use SSL for your 'admin' folder - trust me on this!!

 

Vger

Link to comment
Share on other sites

osCommerce, by default, only encrypts those pages in the storefront that need encrypting, but there are so many interactions taking place it's simpler to copy all folders/files to the ssl folder.

 

You do want to use SSL for your 'admin' folder - trust me on this!!

 

Vger

 

Nope, it didn't work.

Link to comment
Share on other sites

Well, all you can do then is to try this:

http://www.yoursite.com/ssl

and use it in place of:

https://s.hostingprod.com/@yoursite.com

 

I can't see how customers will see an ssl padlock on the page when going from an http page. It looks as though this shared ssl is only for limited use. I would be concerned that data which should be encrypted is first of all being sent from an http page (making it unencrypted until it reaches the ssl address).

 

Vger

Link to comment
Share on other sites

Well, all you can do then is to try this:

http://www.yoursite.com/ssl

and use it in place of:

https://s.hostingprod.com/@yoursite.com

 

I can't see how customers will see an ssl padlock on the page when going from an http page.  It looks as though this shared ssl is only for limited use.  I would be concerned that data which should be encrypted is first of all being sent from an http page (making it unencrypted until it reaches the ssl address).

 

Vger

 

That didn't work either. Thank you though.

Link to comment
Share on other sites

Best advice - forget about Yahoo. At some point in time you may well need to use .htaccess files and Yahoo does not allow the use of any file which begins with a dot e.g. .htaccess etc

 

Vger

Link to comment
Share on other sites

Best advice - forget about Yahoo.? At some point in time you may well need to use .htaccess files and Yahoo does not allow the use of any file which begins with a dot e.g. .htaccess etc

 

Vger

 

Yeah I had to delete the dot before I could upload those files. Any hosting reccomendations for OSCommerce?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...