Proxy server

The proxy server intercepts HTTP(S) requests from the device.

{% if proxy_running %} {% else %} {% endif %}
Certificate
{% if certificate %}

{{ certificate }}

{% else %}

CA cert not found, this will be automatically generated by the proxy.

{% endif %}
Device proxy
{% if not proxy_enabled %} {% else %}

Proxy server on device: {{ proxy_enabled }}

{% endif %}
Proxy request parser

The proxy collector loads raw requests and responses from Kafka and runs security checks on them.


{% if not collector_running %} {% else %}

Collector running with pid: {{ collector_running }}

{% endif %}
View live requests