Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

please help with my situation with shared SSL


Guest

Recommended Posts

Hi all

 

Please tell me how to configure my site using this SHARED SSL information my host provided me. my site is already installed.

 

 

The shared SSL service is currently enabled. Please refer to the instructions below on using this service.

   

 

Status:

Enabled 

 

SSL Directory:

 

/htdocs

 

Instructions:

 

1.  FTP to your domain name

2.  Upload the file(s) to the SSL directory indicated above.

3.  Please remember to reference your secure files using https:// (with the s) in order to initiate the secure session.

 

Example: https://secure.netsolhost.com/yourdomain.com/filename.html

Link to comment
Share on other sites

I don't remember netsol using the two folder system. What's the link to your store, we can check it.

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

Well, if the SSL directory is called htdocs perhaps it is a single folder system?

 

Vger

 

I know but if I remember right netsol also has an issue with the

 

$request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL';

 

line.

 

We can solve two or three problems at once given the link.

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 know but if I remember right netsol also has an issue with the

 

$request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL';

 

line.

 

We can solve two or three problems at once given the link.

 

i dont have a domain name yet just using my temporary adress that my host assigned to me. is it really helpful that i give the link?

 

yes /htdocs is also my root directory for html

Link to comment
Share on other sites

i dont have a domain name yet just using my temporary adress that my host assigned to me. is it really helpful that i give the link?

 

yes /htdocs is also my root directory for html

Then you just set up the store as normal. When the name resolves assign the https url like so:

 

define('HTTPS_SERVER', 'https://secure.netsolhost.com/yourdomain.com');

define('ENABLE_SSL', true);

 

If you find you have a problem with a broken padlock then refer to:

 

http://www.oscommerce.com/forums/index.php?sho...23entry672623

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

Archived

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

×
×
  • Create New...