• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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