• 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.

domain alias web service

AtulK

New Pleskian
I need to create a domain alias. I can create it using plesk panel and creation is successful.

However, when I enable "Web Service", it returns an error.

=-=-=-=-=-=

Execute websrvmng --add-alias "--domain-name=test.net" "--alias-name=randomtest.com" --web --mail failed with error code 1: A specified logon session does not exist. You may already have been terminated. (Exception from HRESULT: 0x80070520)

In Microsoft.Web.Administration module

Exception type: System.Runtime.InteropServices.COMException
in Microsoft.Web.Administration.Interop.IAppHostMethodInstance.Execute()
in Microsoft.Web.Administration.Binding.AddSslCertificate(Byte[] certificateHash, String certificateStoreName)
in Microsoft.Web.Administration.BindingManager.BindingTransaction.Commit()
in Microsoft.Web.Administration.BindingManager.Save()
in Microsoft.Web.Administration.ServerManager.CommitChanges()
in ServerManagerFactory.commit()
in IIS7ServerManager.commit(IIS7ServerManager* )
---------------------- Debug Info -------------------------------
0: utilmng.php:47
utilmng->call(string 'add-alias', array)
1: domainmng.php:70
domainmng->add_alias(string 'test.net', string 'randomtest.com', boolean true, boolean true)
2: DomainAliasesManager.php:207
DomainAliasesManager::updateDomainAlias(object of type DomainAlias)
3: domain_alias_edit.php:108
require(string 'C:\Program Files (x86)\Parallels\Plesk\admin\htdocs\domains\domain_alias_edit.php')
4: plesk.php:66

=-=-=-=-=-=

I'd like to know if this error could create future problems in settings.
 
Usually this issue related to incorrectly installed SSL certificate. You can try to remove server certificate manually from IIS and reconfigure server after that. It should help.
 
yeah it helped me...... :) thanks

i have removed SSL from IIS repository and re-installed plesk service ssl's thru plesk reconfigurator
 
Last edited:
Back
Top