콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
5325 화면

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


아바타
취소
베스트 답변

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.

아바타
취소

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

관련 게시물 답글 화면 활동
1
1월 22
5181
2
12월 24
1845
1
3월 25
2938
1
3월 22
2683
6
5월 17
4938