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

    Issue Cache expiration header in Additional Nginx directives - images not showing up

    nginx.conf below: [root@ufo cache]# cat /var/www/vhosts/system/domain/conf/nginx.conf #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. server { listen IP.IP.IP.IP:443 ssl http2...
  2. O

    Issue Cache expiration header in Additional Nginx directives - images not showing up

    I've tried without HSTS, same error, clearly seems to be a Plesk BUG, since it's has also been documented in the links I've posted above. As soon as I remove directives, delete cache from the server and in the browser, the photos disappear.
  3. O

    Issue Cache expiration header in Additional Nginx directives - images not showing up

    Yes, all cache deleted from the browser, server directly. HSTS enabled, see screenshot:
  4. O

    Issue Cache expiration header in Additional Nginx directives - images not showing up

    No, all lower cases. Found this bug, related to WordPress, but I'm not running WordPress, so I can't use the workaround. https://support.plesk.com/hc/en-us/articles/213395229...
  5. O

    Resolved Enabling TLS 1.2 and 1.3 - Not working

    Awesome, thank you Brujo, getting A grade on SSL Labs now.
  6. O

    Issue Cache expiration header in Additional Nginx directives - images not showing up

    Same error. The requested content cannot be loaded. Please try again later
  7. O

    Resolved Enabling TLS 1.2 and 1.3 - Not working

    Thanks for the tip, I've modified the ssl.conf and restarted nginx, now I get: internet.nl says: Should I remove some of the Ciphers?
  8. O

    Resolved Enabling TLS 1.2 and 1.3 - Not working

    Centos [root@ufo cache]# cat /etc/nginx/conf.d/ssl.conf ssl_ciphers...
  9. O

    Issue Cache expiration header in Additional Nginx directives - images not showing up

    Hi, Trying to get Cache expiration to work on Plesk Obsidian, while using nginx and having no luck. As soon as I apply the directives the images don't show anymore. location ~* .(js|jpg|jpeg|gif|png|css|tgz|gz|rar|bz2|doc|pdf|ppt|tar|wav|bmp|rtf|swf|ico|flv|txt|woff|woff2|svg|ttf)$ { expires...
  10. O

    Resolved Enabling TLS 1.2 and 1.3 - Not working

    Hi guys, Trying to remove the support for TLS 1.0 and 1.1 and enable only 1.2 and 1.3. So far I did the following: [root@ufo cache]# plesk bin server_pref -u -ssl-protocols 'TLSv1.2 TLSv1.3' SUCCESS: Server preferences are successfully updated [root@ufo cache]# /usr/local/psa/bin/server_pref...
  11. O

    Question How to get Postfix and Dovecot on SSL for multiple domains

    main.cf queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix mail_owner = postfix inet_interfaces = all inet_protocols = all mydestination = localhost.$mydomain, localhost, localhost.localdomain...
  12. O

    Question How to get Postfix and Dovecot on SSL for multiple domains

    Hi guys, I've been trying to get the Postfix and Dovecot work on SSL, following various HowTos posted here on the forum, using the input from HERE: Thought it's best to start my own post, hopefully we can get a proper easy to follow tutorial on how to get this working. So, I've chosen 1...
  13. O

    Resolved How to secure mail of domain with Lets Encrypt

    So I've done the changes as above and testing with http://www.checktls.com/perl/TestReceiver.pl Any other ways to test it properly? Need to adapt the settings / ports etc and try sending some mails again.
  14. O

    Resolved How to secure mail of domain with Lets Encrypt

    Let me just make sure I get this right: 1. /etc/postfix/certificates/mail.cherciu.com.certificate.crt should contain /usr/local/psa/var/modules/letsencrypt/etc/live/mail.cherciu.com/fullchain.pem 2. /etc/postfix/certificates/mail.cherciu.com.private.key should contain...
  15. O

    Resolved How to secure mail of domain with Lets Encrypt

    OK, thank you, give me a minute to dig this up, I'll report back shortly.
  16. O

    Resolved How to secure mail of domain with Lets Encrypt

    Right, tried the above settings, I get this: Dec 2 22:39:14 ufo postfix/smtpd[75276]: warning: cannot get RSA private key from file /usr/local/psa/var/certificates/cert-v11T5R: disabling TLS support Dec 2 22:39:14 ufo postfix/smtpd[75276]: warning: TLS library problem...
  17. O

    Resolved How to secure mail of domain with Lets Encrypt

    @UFHH01 So I've done the Postfix master.cf like below, that should cover your suggestions for the 1st domain, what do you think please? The main.cf file looks like this: Thanks a lot!
  18. O

    Resolved How to secure mail of domain with Lets Encrypt

    Thanks @UFHH01 Not worried about the webmail.domain.tld and not confusing it, was just looking into all SSL settings Plesk Onyx has, just updated from 12.5 today. So, for Postfix I'll have a look at the links you've posted, thank you. What should I do for Dovecot? Thanks!
Back
Top