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

creating a secure (https) subdomain

You need to create subdomain.xyz.com as a domain and not a subdomain. Then you will have the option to allow ssl.
 
Thanks Troy

I figured out a way to do it through the httpd.include file in conf folder. Now subdomains inside my conf folder also can be secure.

Actually saving 1 domain licence :)
 
You may want to consider using a vhost.conf file to make your change to the subdomain. I had trouble with Plesk overwriting the httpd.include file when I would update the domain through Plesk. I found somewhere else on this forum to use a vhost.conf in the conf directory instead and it won't be overwritten. Not sure what you changed, but it should work in your case too. After making the changes you will need to run this for the changes to take.

/usr/local/psa/admin/bin/websrvmng --vhost-name=domain.com
service httpd restart
 
Back
Top