Skip to Content
Menu
This question has been flagged
1 Reply
4327 Views

odoo version: version 16 | online

Printer: Epson Thermal printer

I'm getting a warning to create/import self-signed certificate for the ePOS URL and a force HTTPS in the POS (adding a key: value in system parameters). 

odoo documentation v16 gives a solution for this (I can't post the URL as I don't have karma..) but even after performing these two tasks, I'm getting the same warning (to perform the above) but can't print. 

Appreciate it if someone who has done this before can share how to resolve this issue. 

Thank you, 

Sampath


Avatar
Discard
Best Answer

I think you need to buy ssl certificate (or generate free ssl certificate) and configure it in appache.
Just give it a try and if you have any problems, post the config files and the error you are getting.

Avatar
Discard

To enable https in Odoo you have to put Odoo behind a server like Apatche and Enginx. Whether it’s accessed via website/web client or web service, Odoo transmits authentication information in cleartext.
This means a secure deployment of Odoo must use HTTPS. SSL termination can be implemented via just about any SSL termination proxy, but requires the following setup:
- Enable Odoo’s proxy mode. This should only be enabled when Odoo is behind a reverse proxy
- Set up the SSL termination proxy (Nginx termination example)
- Set up the proxying itself (Nginx proxying example)
- Your SSL termination proxy should also automatically redirect non-secure connections to the secure port
Here is the a link to Configuration Sample from Odoo Docs.
Also see: How To Configure SSL For Domain | Enable Https For Odoo Instance | Secure Nginx with Let's Encrypt
You can watch more information in odoo.com/assistance
https://donkeykong-game.com

Related Posts Replies Views Activity
1
Jan 22
4495
2
Dec 24
1060
1
Mar 25
1813
1
Mar 22
2190
6
May 17
4453