SSL connection support to Mikrotik device (api-ssl)
Opened this issue · 0 comments
mr-suw commented
Describe the bug
It seems that an api-ssl connection to a MikroTik device is not support by this adapter. I would prefer an encrypted connection within my network. Please add this feature.
To Reproduce
Steps to reproduce the behavior:
- Enable api-ssl on port 8729 with certificate on MikroTik device (configure option is below IP / Services / api-ssl).
- Configure ioBroker.mikrotik adapter to use port 8729
- stop and start adapter
- Analyse iobroker log for this adapter. It will not show an established connection to the MikroTik device. The timestamps on the objects are not updated to reflect the latest data from MikroTik device.
Expected behavior
It would be great to have ssl support with self-signed certificates as configuration options in ioBroker.mikrotik. The objects would than be retrieved over a encrypted connection between this plugin and MikroTik device.
Versions:
- Adapter version: latest 1.1.1
- JS-Controller version: 4.0.23
- Node version: 16.19.0
- Operating system: linux / docker