Current Behavior
With the upcoming configurable https certificate support we now get the following in the log from netopeer2-server:
Mar 16 07:55:15 test-00-02-00 netopeer2-server[3728]: Public key format "x509-public-key-format" not supported. The key may not be usable.
Mar 16 07:55:15 test-00-02-00 netopeer2-server[3728]: Unsupported node "symmetric-keys" in the configuration, ignoring.
I propose a local patch to netopeer2 to silently skip unsupported keys. This could be made more useful, like look only for relevant key types, but since the code path already exists it would be a minimal patch and easy for us to carry.
Expected Behavior
Steps To Reproduce
No response
Additional information
No response
Current Behavior
With the upcoming configurable https certificate support we now get the following in the log from netopeer2-server:
I propose a local patch to netopeer2 to silently skip unsupported keys. This could be made more useful, like look only for relevant key types, but since the code path already exists it would be a minimal patch and easy for us to carry.
Expected Behavior
Steps To Reproduce
No response
Additional information
No response