• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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