CryptodevATECCx08 Auth/en: различия между версиями

Новая страница: «Now let's make http requests from WB controller pass this check. For simplicity, we will use nginx on the client side. This will give the opportunity to work with…»
(Новая страница: «Nginx will now require a certificate from the client that must be validated by a ca.crt, otherwise the server returns an error 400 to the client:»)
(Новая страница: «Now let's make http requests from WB controller pass this check. For simplicity, we will use nginx on the client side. This will give the opportunity to work with…»)
Строка 222: Строка 222:
</pre>
</pre>


Теперь сделаем так, чтобы HTTP запросы с контроллера WB проходили данную проверку.
Now let's make http requests from WB controller pass this check.
Для простоты будем использовать nginx и на клиентской стороне. Это даст возможность работать
For simplicity, we will use nginx on the client side. This will give the opportunity to work
с защищенными серверами клиентам не умеющим делать SSL соединения.
with secure servers for clients who can't make SSL connections.


Для начала создадим на неиспользуемом локальном порту http сервер, который будет делать
Для начала создадим на неиспользуемом локальном порту http сервер, который будет делать
12 063

правки