Openworx / backend_theme

Odoo Backend Theme
156 stars 242 forks source link

Mixed Content for background image after Nginx SSL setup #55

Closed eversatis closed 6 years ago

eversatis commented 6 years ago

Letsencrypt SSL Nginx set up is all good in front end but comes Mixed Content at backend: The page at 'https://www.xxx.com/web?#id=3&view_type=form&model=res.company&action=51' was loaded over HTTPS, but requested an insecure image 'http://www.xxx.com/backend_theme_v10/static/src/img/material-background.jpg'. This content should also be served over HTTPS.

derfl0 commented 6 years ago

You can avoid this problem by creating a proper redirect and activating the proxy_mode https://www.odoo.com/documentation/10.0/setup/deploy.html#id7

mgielissen commented 6 years ago

Also check that the System Parameter: web.base.url is using https://