mirror of
https://github.com/odoo/documentation.git
synced 2026-03-27 14:10:23 +07:00
[REM] pos: http to https connexion
task-5417353 closes odoo/documentation#15886 Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
This commit is contained in:
@@ -92,5 +92,4 @@ settings <configuration/settings>` and choose the specific categories to display
|
||||
|
||||
configuration/pos_iot
|
||||
configuration/epos_printers
|
||||
configuration/https
|
||||
configuration/epos_ssc
|
||||
|
||||
@@ -64,5 +64,4 @@ be compatible with Odoo:
|
||||
- Epson printers that connect via Bluetooth are **not compatible**.
|
||||
|
||||
.. seealso::
|
||||
- :doc:`https`
|
||||
- :doc:`epos_ssc`
|
||||
:doc:`epos_ssc`
|
||||
|
||||
@@ -5,11 +5,11 @@ Self-signed certificate for ePOS printers
|
||||
=========================================
|
||||
|
||||
To work with Odoo, some printer models that can be used without an
|
||||
:doc:`IoT system </applications/general/iot>` may require :doc:`the HTTPS protocol <https>` to
|
||||
establish a secure connection between the browser and the printer. However, trying to reach the
|
||||
printer's IP address using HTTPS leads to a warning page on most web browsers. In that case, you can
|
||||
temporarily :ref:`force the connection <epos_ssc/instructions>`, which allows you to reach the page
|
||||
in HTTPS and use the ePOS printer in Odoo as long as the browser window stays open.
|
||||
:doc:`IoT system </applications/general/iot>` may require the HTTPS protocol to establish a secure
|
||||
connection between the browser and the printer. However, trying to reach the printer's IP address
|
||||
using HTTPS leads to a warning page on most web browsers. In that case, you can temporarily
|
||||
:ref:`force the connection <epos_ssc/instructions>`, which allows you to reach the page in HTTPS and
|
||||
use the ePOS printer in Odoo as long as the browser window stays open.
|
||||
|
||||
.. warning::
|
||||
The connection is lost after closing the browser window. Therefore, this method should only be
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
=========================
|
||||
Secure connection (HTTPS)
|
||||
=========================
|
||||
|
||||
If **Direct Devices** is enabled in a Point of Sale settings (for example, if you use an :doc:`ePos
|
||||
printer <epos_printers>`), HTTP becomes the default protocol.
|
||||
|
||||
Force your Point of Sale to use a secure connection (HTTPS)
|
||||
===========================================================
|
||||
|
||||
Add a new **key** in the **System Parameters** to force your Point of Sale to use a secure
|
||||
connection with the HTTPS protocol.
|
||||
|
||||
To do so, activate the :ref:`developer mode <developer-mode>`, go to :menuselection:`Settings -->
|
||||
Technical --> Parameters --> System Parameters`, then create a new parameter, add the following
|
||||
values and click on *Save*.
|
||||
|
||||
- **Key**: `point_of_sale.enforce_https`
|
||||
- **Value**: `True`
|
||||
|
||||
.. seealso::
|
||||
- :doc:`epos_ssc`
|
||||
@@ -83,3 +83,6 @@ applications/general/iot/iot_advanced/https_certificate_iot.rst applications/gen
|
||||
|
||||
applications/general/users/portal.rst applications/general/users/user_portals.rst
|
||||
|
||||
# application/sales/point_of_sale
|
||||
|
||||
applications/sales/point_of_sale/configuration/https.rst applications/sales/point_of_sale/configuration.rst
|
||||
Reference in New Issue
Block a user