• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

OsCommerce with SSL PLESK for windows?

T

Traged1

Guest
How do I use OsCommerce behind an SSL certificate on PLESK for windows?

The SSL cert has been installed to the domain, Oscommerce has been modified to work after install through Application vault.

When installing Oscommerce PLESK will not allow me to specify /httpsdocs/ folder for install.

Once installed there is no config inside oscommerce to allow the use of SSL?

Strange. Do I have to manually install this app to the httpsdocs folder?

Also PLESK for Windows does not appear to allow for the use of a single folder for http and https?
 
Ok silly me, I just realized that you can use http and https in the same folder on IIS.

Also you need to edit your configure.php like:

define('HTTPS_SERVER', 'https://www.your-domain.com');
 
Back
Top