• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Search results

  1. F

    Issue HTTP 3 is not used despite NGINX Only hosting

    After the last update "Plesk Obsidian 18.0.61 Update 5" and deactivating and activating it again, HTTP3 now seems to work. At least it works with CURL, I still get the wrong result on the "HTTP/3 Check" page, but that shouldn't bother me. For whatever reason, my server also prefers to use...
  2. F

    Issue HTTP 3 is not used despite NGINX Only hosting

    What is the difference between the command: plesk bin http3_pref --enable -nginx And: plesk bin http3_pref --enable -panel -nginx Is it just the Plesk panel?
  3. F

    Issue HTTP 3 is not used despite NGINX Only hosting

    Unfortunately, for some reason H3 doesn't work for me even when I explicitly try to use it.
  4. F

    Issue HTTP 3 is not used despite NGINX Only hosting

    @learning_curve Yes, I read but unfortunately there is no solution.
  5. F

    Issue HTTP 3 is not used despite NGINX Only hosting

    Am I the only one having this problem?
  6. F

    Issue HTTP 3 is not used despite NGINX Only hosting

    I just found one thing, see screenshot: Only the following is present in the file Why is this?
  7. F

    Issue HTTP 3 is not used despite NGINX Only hosting

    Does anyone else have this problem?
  8. F

    Issue HTTP 3 is not used despite NGINX Only hosting

    Hi! Many thanks for your response. I tried to do a check via CURL, unfortunately without success. When I look at the Plesk site I see an Alt-SVC header, when I open my website I don't get such a header. So it definitely doesn't work, the browser can do it too. I don't have an external...
  9. F

    Issue HTTP 3 is not used despite NGINX Only hosting

    I saw that HTTP 3 is now possible for NGINX. All my servers have NGINX only hosting. Now I wanted to activate it according to the instructions, i.e.: Plesk Guide I also installed the firewall etc. but the HTTP 3 protocol is not being used for me, various test sites also show that it is not...
  10. F

    Issue Paid SSL Certificate not working for Mailserver

    I checked it with the following one: CheckTLS TestReceiver Result: [000.386]STARTTLS command works on this server [001.484]Cannot convert to SSL (reason: SSL connect attempt failed error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error) [001.484]Note: This same test with...
  11. F

    Issue Paid SSL Certificate not working for Mailserver

    Update: If I connect via ssh and execute following command while activating the lets encrypt certificate: echo | openssl s_client -servername xxx.com -connect xxx.com:465 2>/dev/null | openssl x509 -text I get the output what I expect (the certificate data) Certificate: Data...
  12. F

    Issue Paid SSL Certificate not working for Mailserver

    Update: I committed myself above, it is not a wildcard SSL certificate but a basic which is also prepared by the manufacturer to protect email traffic. Receiving emails works now but sending them still doesn't work. In the log I get the following error with the paid certificate (with the free...
  13. F

    Issue Paid SSL Certificate not working for Mailserver

    I have a wildcard SSL certificate which secures my domain, I have imported this normally and everything works well so far, but if I now try to select the same certificate for sending an email, then when I send an email I only get the message that the email cannot be delivered. If I then select...
  14. F

    Issue Plesk Mobile Auth not Working

    I installed the plesk mobile extension on my Server. I installed plesk mobile on my phone. The login credentials are correct, checked it many times. The problem is, the domains that are stored are displayed there, as soon as I go to "Info" or "Services" I get the error: Authorization error...
  15. F

    Resolved Plesk Command not found when running over sheduled task

    Do you know the full path of plesk itself? I tried to find it but couldn't.
  16. F

    Resolved Plesk Command not found when running over sheduled task

    I created a shell script that creates a plesk database and assigns the permissions directly. Code: plesk bin database -c test -domain test_host -type mysql -add_user test_user -passwd test_pw -add-access 'localhost' -remove-access '%' -set-privileges '..','..'' If I now connect via SSH and...
  17. F

    Question SSHFS - Remote storage - Auto Mount on Restart

    Due to my server structure, I have to connect Plesk to an SSHFS remote storage of mine in order to be able to create backups. For that I use the Plesk Extension "SSHFS - Remote Storage" Unfortunately, the problem is that when I restart my server, the mount status is back to unmounted and I have...
  18. F

    Question Limit bandwidth only for Plesk Backups

    Is it possible to reduce the bandwidth of the server but only for the backup process?
  19. F

    Resolved [SSH] Create Database User with SSH and deactivate remote access

    Solved with this code: plesk bin database --create "test" -domain "mysql.example.com" -type mysql -add_user "test" -passwd "T3stP4@@w0rd!" -add-access 'localhost' -remove-access '%'
Back
Top