We are using Zephyr RTOS running on a nRF9160 MCU. One requirement of our project is to run a local HTTPS webserver on the target. Our investigation showed that the recommended webserver for Zephyr is civetweb. However civetweb under Zephyr does not support HTTPS: https://github.com/zephyrproject-rtos/zephyr/issues/34438
What is Nordics recommended way to run a HTTPS-Server on Zephyr?
Best regards,
Michael