• 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

Recent content by AndyM

  1. AndyM

    Question How to apply an SSL Let's Encrypt certificate to a custom port?

    Thanks, unfortunately it still doesn't solve the problem. I walked through those steps to create and copy a pkcs12 file into my .../_data/SETTINGS/ container volume. I tried three different types of file extensions for the pkcs12 file (defined as the ImportFile variable): .pkcs12, .p12 and...
  2. AndyM

    Question How to apply an SSL Let's Encrypt certificate to a custom port?

    Thanks, I saw this one, too. It's possible I just don't have the exact syntax needed for the nginx directive, but I've tried this location ~ / { proxy_pass [---different variations here---] proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header...
  3. AndyM

    Question How to apply an SSL Let's Encrypt certificate to a custom port?

    In the simplest terms for a novice like myself, how can I secure https://host.mydomain.org:32770/ with an Let's Encrypt SSL certificate? Is it even possible? The domain I'm using - host.mydomain.org (just an example) - is already secured with Let's Encrypt. My problem is that I also need a...
  4. AndyM

    Question SSL connection to docker containers

    Did you ever figure out a solution? I'm struggling to set up YaCy search engine (via Docker extension on Plesk). I've done everything on the YaCy side, the only hurdle is my inability to access https://host.[my-domain.com]:32770/ without getting an SSL certificate warning through the browser...
  5. AndyM

    Resolved How to export (or display through command line) mailbox forwarding addresses?

    We have many email addresses on a certain domain and we need to generate a list of all forwarding recipient addresses for each mail address in Plesk. Can I run a command similar to this one which shows the password? /usr/local/psa/admin/sbin/mail_auth_view Or is there a way to generate a...
  6. AndyM

    Issue nginx 502 Bad Gateway when using https with webmail subdomain

    Yes, I've run the reconfigure-all command many times lately. As for apache log, I see this which might be of interest. 7081 has no virtual hosts. What does this mean. Can I make this work, or do I need to stop using nginx? ...... [Tue May 16 04:26:51 2017] [warn] NameVirtualHost...
  7. AndyM

    Issue nginx 502 Bad Gateway when using https with webmail subdomain

    Peter & UFHH01, I truly appreciate your responses and help. I'm using Roundcube for webmail and see nothing related to this error in my /var/log/plesk-roundcube. It was updated at least a few days ago and should have had something this morning as I created the error again. In SSH, after...
  8. AndyM

    Issue nginx 502 Bad Gateway when using https with webmail subdomain

    Operating System: Ubuntu 12.04.5 LTS; Plesk Onyx v17.0.17 build1700161028.14 Apache, nginx, PHP-FPM 5.6.30, Fail2ban, Dovecot IMAP/POP3, QMail, SpamAssassin After struggling for many hours and researching forum threads, I cannot figure out how to configure nginx to allow access to webmail...
  9. AndyM

    Resolved 502 Bad Gateway nginx for html files

    Hi UFHH01, I did not mention in last post that I've already tried everything you wrote. I used the Enter custom value for index files: "index.html index.php index.htm". And then restarted nginx, I also reconfigured web server (../httpdmng --reconfigure-all). Nothing works. I still cannot get...
  10. AndyM

    Resolved 502 Bad Gateway nginx for html files

    The converter is not working. Nothing happens when I enter anything such as DirectoryIndex .... I've spent hours trying to figure out why these lines will not work for Additional nginx directives box: location / { index index.php index.html index.htm; try_files $uri $uri/ =404; } Here...
  11. AndyM

    Resolved 502 Bad Gateway nginx for html files

    I realized the index.htm was redirecting to index.php so that was a bad html file to test. All html in fact works fine now without doing anything. Thank you so much for these pointers. They are all very helpful and I will retain them moving forward. I did not intend to solve my own problem...
  12. AndyM

    Resolved 502 Bad Gateway nginx for html files

    Oh, man! I didn't see under Plesk -> domain -> Apach & nginx Setings there is an option for Serve static files directly by nginx I checked this, then ran /usr/local/psa/admin/sbin/httpdmng --reconfigure-all. Now I get 403 Forbidden / nginx error on html pages. I still don't understand this...
  13. AndyM

    Resolved 502 Bad Gateway nginx for html files

    AusWeb, thanks for the input. I tried those three commands and on the first one it said: Error messages: 0; Warnings; 0 Errors resolved: 0 Still have 502 Bad Gateway nginx for a page https://[mydomain].org/index.htm while https://[mydomain].org/index.php works just fine
  14. AndyM

    Resolved 502 Bad Gateway nginx for html files

    I'm using Plesk Onyx with Ubuntu 12.04 (Debian) and I just installed Let's Encrypt SSL certificate for a domain. I applied it under Hosting Settings, and then checked "Permanent SEO-safe 301 redirect from HTTP to HTTPS". After restarting nginx, it re-directs just fine to https://... now, but...
Back
Top