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

Issue plesk: odoo main settings not working after Renewed Let's Encrypt

Glamour

New Pleskian
I am new here. I just renewed the Lets'Encrypt suddenly my odoo page stops loading anything. Such as below:

upload_2019-8-16_14-55-5.png

I have no idea what happend. But when i place the code in directives in ngnix from
Apache & nginx Settings

such as:


location ~ ^/.* {
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;
proxy_pass http://87.230.21.227:8069;

}

it only shows login screen but not main page.
login screen:
upload_2019-8-16_15-48-24.png

Main page shows blank page:

upload_2019-8-16_15-47-44.png
My main page via ip looks like that:
upload_2019-8-16_15-50-20.png

Main page remains blank. Is there anything which i have to specifically do in order to make working site? Plus these old settings were done by other user who is not here now. So i also need guide as well.

Regards
 
The page displays properly for me, as much as I could see (using Firefox on Arch Linux). When visiting Software Editor layout or Software Editor layout I get redirected to Software Editor layout and the contents seem OK.

As a sidenote, I notice that the page contains mixed content, parts are called over http even when the page is using https, which could be insecure and causes browser warnings.
 
As a sidenote, I notice that the page contains mixed content, parts are called over http even when the page is using https, which could be insecure and causes browser warnings.
This can also cause "blank" pages, because some browsers won't load the page at all and will not display a warning either.
 
Back
Top