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

Issue in install ssl certificate using Plesk API.

Yogesh_Patel

New Pleskian
Hello All,

I am developing new module and installed SSL certificate using following API call.
Request call:
<packet>
<certificate>
<install>
<name>mycertificatename</name>
<webspace>mydomain.com</webspace>
<content>
<csr>csr</csr>
<pvt>private key</pvt>
<cert>cert</cert>
<ca>ca</ca>
</content>
<ip_address>domain ip address</ip_address>
</install>
</certificate>
</packet>

Response call
<packet>
<certificate>
<install>
<result>
<status>ok</status>
</result>
</install>
</certificate>
</packet>

But when i checked this domain by open in browser. the certificate is not installed.
After lots of R&D i found that there are option of select SSL in hosting setting screen. The default selected SSL is "default certificate".
certificate with default selection.jpeg
I have changed this option to "not selected".

certificate with not selected.jpeg

After this changes i have installed certificate again and it is working fine.
So is it bug in plesk or it is default behavior Plesk Panel?

Please give your valuable feedback.

Best Regards,
Yogesh
 
Back
Top