Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
4 ตอบกลับ
8926 มุมมอง

In Odoo 16

Here the website has dummy url
Need help to solve this
Mixed Content: The page at 'https://abc.com/web#action=450&cids=1&menu_id=293' was loaded over HTTPS, but requested an insecure frame 'http://abc.com/'. This request has been blocked; the content must be served over HTTPS.

Due to this my website page is not loaded.
Gives me blank page means block the content of site.

อวตาร
ละทิ้ง

In your nginx conf file add this line inside "location /"

proxy_set_header X-Forwarded-Host $host;

คำตอบที่ดีที่สุด

Thak you Dayli Suarez, add proxy_mode = True to odoo.conf file helps me. Thx.

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Issue is resolved within short time apology to late disclose,
but the problem is SSL configration issue.
Thank you ...

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

Please add the below line inside your nginx file . you need to add this inside the location
proxy_set_header X-Forwarded-Proto https;

example
location /longpolling {
                proxy_connect_timeout   3600;
                proxy_read_timeout      3600;
                proxy_send_timeout      3600;
                send_timeout            3600;
                proxy_set_header X-Forwarded-Proto https;
                proxy_pass http://127.0.0.1:8072;
        }

After adding it , save the file and restart nginx service


Hope it helps

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

In Odoo.conf file, set proxy_mode = True

That's solved my problem.

อวตาร
ละทิ้ง
ผู้เขียน

Thank you Dayli but it might not a proxy issue and also try it.

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ส.ค. 23
2658
1
พ.ค. 25
1868
0
เม.ย. 25
921
E-Commerce Product Review แก้ไขแล้ว
1
มิ.ย. 24
3979
1
พ.ค. 24
3397