• 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

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