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

Search results

  1. D

    Issue HTTPS and configure SSL certificate on domain in Plesk which has Hosting Type set as Forwarding

    Is there another alternative to the panel? Use the rest API or XML?
  2. D

    Issue HTTPS and configure SSL certificate on domain in Plesk which has Hosting Type set as Forwarding

    Yes, I already know about the bug. I know I can install it from the panel, but I needed to do it from the CLI. The bug is from 2023, don't you plan to fix it someday?
  3. D

    Issue HTTPS and configure SSL certificate on domain in Plesk which has Hosting Type set as Forwarding

    Hi, I want to secure a domain of forwarding type. I have checked this help but it still doesn't work. It keeps giving the same error...
  4. D

    Resolved 415 Unsupported Media Type

    I've solved it now. It seems that you now have to indicate the data type in the string that is sent when making the request. //NO WORKING StringContent cont = new StringContent(JsonConvert.SerializeObject(ls)); //WORKS StringContent cont = new StringContent(JsonConvert.SerializeObject(ls)...
  5. D

    Resolved 415 Unsupported Media Type

    Yes, I've seen that post, but that's not my case. In fact, I already send the application/json mime type in the calls. Also, other calls such as listing the extensions in the /api/v2/extensions panel work perfectly. Only the one that allows me to install SSL using LetsEncryp fails.
  6. D

    Resolved 415 Unsupported Media Type

    For a few days now, when I try to install LetsEncrypt certificates, I get the error 415 Unsupported Media Type only in that call. I have tried other calls and they don't give an error. It only gives it in that one. I use C# to make the calls. I attach the code private void InitializeClient()...
  7. D

    Resolved Install Lets Encryp certificate via API

    Sorry. He was wrong. The question can be considered resolved. Thank you
  8. D

    Resolved Install Lets Encryp certificate via API

    Hello. For years I have been using the Plesk XML API to install certificates on my domains. Until now I never had a problem but for a few days it no longer works. It doesn't give any errors or anything. It just doesn't work. I attach an example of XML that I sent to the server to install SSL...
Back
Top