core-js icon indicating copy to clipboard operation
core-js copied to clipboard

Metrics server without HTTPS

Open riptl opened this issue 5 years ago • 0 comments

Problem

The metrics server cannot be started without an HTTPS certificate. nimiq: Cannot provide metrics when running without a certificate

This makes it impossible to use the metrics server behind a reverse proxy.

Feature Request

Add a tls: bool field to metrics server config (default true) to make it work without a cert. Maybe also an allowed-ips/cidrs list to avoid accidental web exposure.

riptl avatar Feb 11 '20 20:02 riptl