• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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