Reading list Switch to dark mode

    FIX: Mixed Content Errors while serving ODOO POSBOX over HTTPS

    Updated 24 May 2019

    In this article, we`ll check different approaches to fix the mixed content errors we received in ODOO, served over HTTPS, while connecting with POSBOX. But before starting we need to know some basic terms related to it, lets begin:

    What is HTTPS ? What are the benefits of using HTTPS over HTTP ?

    When we visit a web page using HTTP protocol, your connection to the website is not secured. Hackers can easily do eavesdropping here, and can stole your data which webpage and your server communicates.

    That’s why we have HTTPS protocol, The ‘S’ at the end of HTTPS stands for ‘Secure‘. It means all communications between your browser and the website are encrypted. This keeps your information safe from hackers. HTTPS is extremely important if we are using any payment gateways or other password related things in your websites.

    What is “mixed content”?

    Searching for an experienced
    Odoo Company ?
    Find out More

    Mixed content error occurs when we try to access a web page which is on HTTPs but the web page’s source code is also pulling some other resources with the insecure HTTP protocol. In this scenario, browsers display a warning/error message saying that the page has both HTTPS and HTTP content, i.e MIXED CONTENT.

    Odoo POSBOX blocked by “Mixed Content” Security Policy

    After migrating ODOO from http to https, posbox stopped working we have this mixed content problem which prevents loading http resources from a page served in https. In other words if your point of sale is served over https, browser will block the http connection to the posbox. Error message which we are receiving in browser is something like :

    Mixed Content: The page at https://192.168.1.78/pos/web/#action=pos.ui‘ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint http://192.168.1.93:8069/hw_proxy/hello‘. This request has been blocked; the content must be served over HTTPS. send @ web.assets_common.js:954


    There are several approaches to fix this issue, which i `ll explain in this article:

    Approach 1: Deactivate mixed content security in your browser. [ Works only with Firefox, No workaround found for Chrome/Safari till date ]

    To disable mixed content warnings in Firefox open Firefox, enter about:config into address bar and hit Enter. Using the search box, search for a setting called security.mixed_content.block_active_content. Once you have found it, set it to false.
    Unfortunately we can`t disable this security in case of Chrome or Safari, we have to use some other approaches in order to fix this issue.

    Approach 2: Serve the point of sale over http. [ Have to compromise with loading some of ODOO data in plain HTTP ]

    We can serve our point of sale in plain HTTP, and rest of our ODOO as HTTPS by configuring nginx to only serve the point of sale route /pos/web in HTTP.

    Check sample nginx configuration file having this setup, LINK

    Approach 3: Migrate POSBOX as well, in HTTPS. [ Best Approach Found till date ]

    Install & configure nginx in posbox also, and append https:// with the IP address while configuring in your Point of Sale.

    I have created a image having nginx properly installed and configured in it, if someone looking for the same, can use it. what you need to do is :

    • Download Image [NEW]ODOO-POSBOX-HTTPS.zip
    • Extract it, and burn it in the memory card, same way as you did for original posbox image.
    • Run your posbox, if you hit your posbox ip address in browser as : https://<posbox-ip-address> , you`ll see your POSBOX default homepage.
    • Put this https://<posbox-ip-address>, in your Point-Of-Sale configuration as: Proxy screenshot
      That`s it…

    Thanks for reading this blog !!! I hope it will help someone.

    Your opinions, comments and suggestions are important to keep this extension updated and more usefull !!!

    . . .

    Leave a Comment

    Your email address will not be published. Required fields are marked*


    52 comments

  • Didierh
    • Mohit Chandra (Moderator)
  • Jorge Saavedra
    • Anisha Bahukhandi (Moderator)
  • Jamal
    • Anisha Bahukhandi (Moderator)
  • Herman Vercuiel
    • Mohit Chandra (Moderator)
  • Matt
    • Manish Bisht
  • Nicolas Sopizet
    • Mohit Chandra (Moderator)
  • Simon Gottberg
    • Manish Bisht
  • Andreas Hochuli
    • Manish Bisht
    • Kai Brossmann
      • Mohit Chandra (Moderator)
  • Mike
    • Manish Bisht
  • Shirly asprilla ramirez
    • Manish Bisht
  • Juan
    • Manish Bisht
      • Juan José Trujillo
        • Manish Bisht
  • Rob
  • Jamal Mohamed
    • Mohit Chandra (Moderator)
      • Herman Vercuiel
        • Mohit Chandra (Moderator)
  • Jamal
    • Mohit Chandra (Moderator)
  • Ali Amer
    • Mohit Chandra (Moderator)
  • Steve
    • Mohit Chandra (Moderator)
  • Mouchl
    • Mohit Chandra (Moderator)
  • Ths
    • Mohit Chandra (Moderator)
  • Ths
    • Mohit Chandra (Moderator)
  • ER
    • Mohit Chandra
      • Ali Amer
        • Mohit Chandra (Moderator)
    • Webkul Support
  • ER
    • Webkul Support
      • Ecointegrador.
        • Anisha Bahukhandi (Moderator)
  • Back to Top

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home