• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

commandline for disabling legacy option"Separate SSL

mooiesite

Basic Pleskian
Hi,

Compatibility mode for the legacy option "Separate SSL and non-SSL content"
Run the website in compatibility mode for the legacy option "Separate SSL and non-SSL content"
You see this section because you used the "Separate SSL and non-SSL content" option before upgrade. In Panel 11, the option is deprecated. All websites created in Panel 11 use the same directory to store the content available over HTTP and HTTPS connections. It means that this site is still working in the compatibility mode, but you cannot manage it through the Panel. It is highly recommended to move all your data from the httpsdocs/ directory to httpdocs/, and turn the compatibility mode off after that. After you switch the compatibility mode off, you will not be able to switch it on again, and this section will no longer appear. Note that if you install apps into the httpsdocs/ directory when the compatibility mode is switched on, the apps will not be accessible over the Internet. If you want to install apps to httpsdocs/, switch the compatibility mode off.

I need to disable this comp. mode for 100's domains.
is there a commandline script for this?
i tried the --help argument from subscription and domain_pref, but can't seem to find anything related to this option.
 
Although it might not be documented, using the plesk command line tools one can turn on and off the legacy option "Separate SSL and non-SSL content". Try to use option

-same_ssl true|false

for /usr/local/psa/bin/subscription utility.
 
Back
Top