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

Search results

  1. M

    Question Wildcard certificates depend on DNS being installed

    That's surprising. Sorry that I assumed a misunderstanding on your part. I have all my servers upgraded to Obsidian. Because this underscore thing was already a limitation in Plesk Onyx some years ago for other type of DNS-records and I complained about that too, I assumed it was only partially...
  2. M

    Question Wildcard certificates depend on DNS being installed

    no I was focusing on your template where you had ns1. <domain> instead of a literal value like ns1.wolf.com have as little records as possible there. your webserver is not an authority. records that don't make a difference can be confusing it can be especially confusing if your webserver is...
  3. M

    Question Wildcard certificates depend on DNS being installed

    I think you misunderstood. Plesk doesn't support underscores for NS records. For CNAMES or TXT it works (I had to lobby for that as well) yes, I'm using Obsidian
  4. M

    Question Wildcard certificates depend on DNS being installed

    You have opened port 53 of your firewall? It wasn't needed before. Also double check if it is listening op port 53 with netstat -ntlp | grep 53 dig @domain.tld _acme-challenge.domain.tld TXT gives me the same result as dig _acme-challenge.domain.tld TXT They both return the TXT-record That's...
  5. M

    Issue Upgrading PHP version on Plesk does not affect my Wordpress

    The extension: "Webserver configuration troubleshooter" https://<yourplesk>:8443/modules/catalog/index.php/installed/configurations-troubleshooter
  6. M

    Question Wildcard certificates depend on DNS being installed

    Your webserver will only be queried for the _acme-challenge.domain.tld Still I would make sure that the content of the other records (the ones you are forced to implement) is correct. Strange mine doesn't force an A-record. I don't know if an NS-record of _acme-challenge.domain.tld is mandated...
  7. M

    Question Wildcard certificates depend on DNS being installed

    As I said, I have this working in a production environment. This doesn't mean I never had an error message after first implementing it. These error messages were all related to timing. So on your Authoritative DNS-server you created an NS-record named "_acme-challenge.domain.tld" with the...
  8. M

    Issue Upgrading PHP version on Plesk does not affect my Wordpress

    Have you issued a "plesk repair web <domain>" ? Also try to select "FPM application served by nginx"
  9. M

    Issue Upgrading PHP version on Plesk does not affect my Wordpress

    That's a very meagre "update" going from one ancient PHP to another ancient one. You are aware that everything below PHP 7.2 is currently outdated? I am running a few sites on PHP 5.6, 4 but I have given notice beginning this year to my clients that support will stop at the end of this year. If...
  10. M

    Question Wildcard SSL Certificates with DNS API how?!

    I have a solution for your problem. Just like you I'm running DNS on a separate server and the several Plesk servers did not have the DNS-extension running. I have the Plesk Letsencrypt certificate system working in such an environment. I'll explain: The solution is that you use DNS-delegation...
  11. M

    Resolved Domain Alias [Web Service] redirect to www version

    Ok, but forwarding mantain the original domain. This is an ambiguous statement. I would say that "normal forwarding" does NOT maintain the original domain you entered. So it doesn't make it clear to me if you're mistaken or that you are wording it a bit clumsy. I suspect your wording is merely...
  12. M

    Forwarded to devs In "TLS versions and ciphers by Mozilla" Plesk should allow separate settings for mail, web and psa

    User name: mr-wolf TITLE In "TLS versions and ciphers by Mozilla" Plesk should allow separate settings for mail, web and psa PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE All PROBLEM DESCRIPTION In Home -> Tools & Settings -> Security -> TLS versions and ciphers management, one has the...
  13. M

    Resolved Domain Alias [Web Service] redirect to www version

    Use no Alias, just "Add domain" in that subscription and configure it to do forwarding.
  14. M

    Issue TLS versions and ciphers by Mozilla, issue with the last synchronisation

    After I configured a new Plesk server and used these modern ciphers I got a complaint from a customer that he could connect anymore with Outlook 2010 It was due to these modern ciphers. It was the first time that I restricted ciphers using Plesk I've been restricting ciphers before, but I...
  15. M

    Resolved Domain Alias [Web Service] redirect to www version

    I would just create separate domains for domain.it and domain.eu (no aliases) and configure these to redirect to domain.com You can do this using the standard Plesk redirect or a .htaccess 302 redirect.
  16. M

    Issue Problem with DNS server

    Your nameservers are ns1.erusya.com & ns2.erusya.com Both these names point to the same IP 193.70.77.109 For starters this means that you have only 1 nameserver On that IP you have a Plesk server running @ panel.erusya.com Your domain zelkoa.fr has no A-record Your DNS at 193.70.77.109 does...
  17. M

    Issue smtpd_timeout = 3600s, why is Plesk so anxious to make that entry in main.cf???

    Mmmmmm..... I've waited 6 years for SRV-records to support more than TCP and UDP (the one asking for it in 2008 has died waiting for it). I waited 2 years for CNAME-records to support underscores. I'm now waiting for NS-records to support underscores. Apparently someone else asked it before I...
  18. M

    Issue smtpd_timeout = 3600s, why is Plesk so anxious to make that entry in main.cf???

    Hi Igor & Obendev, I missed those last 2 answers... Thanks for those answers and hopefully it will change one day.
  19. M

    Let's Encrypt extension

    BTW.... Similar, but not the same, as Peter Debik's request, I am interested in the possibility to hide the "Assign the certificate to mail domain" The reason for this is that I have my own Maul autodiscovery and I am using a fixed and bought wildcard certificate on Postfix & Dovecot. That...
  20. M

    Let's Encrypt extension

    @Peter Debik What is the reason for not wanting to support the wildcard certificate? Maybe it's because your webservers are not running the authoritative DNS. If that's the reason, you may be interested in my solution for that: DNS-01 delegated to webserver If that is not the reason, I am...
Back
Top