• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

"Unable to activate ssl hosting without ssl certificate" during migration

M

meat1oaf

Guest
Most of my users use the default ssl certificate on the server. None use a purchased one at the moment. However, while trying to migrate from 8.2 (FC2) to 9.3 (Centos 5.3) i receive the following error

<?xml version="1.0"?>
<execution-result status="success">
<object name="domain.com" type="domain">
<object name="domain.com" type="hosting">
<message code="ExecCmd::ExFailed" severity="error">
<context>void plesk::ExecCmd::reportError() const</context>
<file>ExecCmd.cpp</file>
<line>49</line>
<text>Execution of /usr/local/psa/admin/plib/api-cli/domain.php --update domain.com -ssl true failed with return code 1.
Stderr is
An error occured during domain update: error in hosting updating: Unable to update hosting preferences: Unable to activate ssl hosting without ssl certificate
</text>
</message>
<message code="FailedProtDirDeployment" severity="error">
<context>virtual void plesk::tProtDirDeployer::act(xmlNode*) const</context>
<file>./web_deployer.cpp</file>
<line>108</line>
<text>Failed deployment of prot.directory admin (domain snpool.com)</text>
<message code="ExecCmd::ExFailed" severity="error">
<context>void plesk::ExecCmd::reportError() const</context>
<file>ExecCmd.cpp</file>
<line>49</line><text>Execution of /usr/local/psa/admin/plib/api-cli/protdir.php --create admin -domain domain.com -type ssl,nonssl failed with return code 1.
Stderr is
Unable create protected dir: SSL is disabled on domain
</text>
</message>
</message>
</object>
</object>
</execution-result>


Now, there should be nothign complicated here. If all could use the defualt server cert, that would be great.
Any ideas?
 
Error like

<text>Failed deployment of prot.directory admin (domain snpool.com)</text>
<message code="ExecCmd::ExFailed" severity="error">
<context>void plesk::ExecCmd::reportError() const</context>
<file>ExecCmd.cpp</file>
<line>49</line><text>Execution of /usr/local/psa/admin/plib/api-cli/protdir.php --create admin -domain domain.com -type ssl,nonssl failed with return code 1.
Stderr is
Unable create protected dir: SSL is disabled on domain

means that SSL is not enabled for domain snpool.com but enabled protected directory admin for https://
 
yes, but how do i fix it? How can I ensure that all new migrated domains have ssl enabled by default with the plesk default certificate?
 
Back
Top