• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. F

    Resolved 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?
  2. F

    Resolved 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.
  3. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

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

    Resolved HTTP 3 is not used despite NGINX Only hosting

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

    Resolved 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?
  6. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

    Does anyone else have this problem?
  7. F

    Resolved 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...
  8. F

    Resolved 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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.
  15. 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...
  16. 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...
  17. F

    Question Limit bandwidth only for Plesk Backups

    Is it possible to reduce the bandwidth of the server but only for the backup process?
  18. 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 '%'
  19. F

    Resolved General error: 1021 Disk full while backing up all data from server [Obsidian 18.0.35]

    Add another Disk to your server (min. the size of the main disk), change the dump and the dump_d Folder to the new partition, and try again
Back
Top