Zephyr and TLS #2628
-
Hello, Can you give me a hint how to continue? Zephyr has own implementation of TLS sockets, can it be used with mongoose? best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
All the other Zephyr examples are built to use MbedTLS. Did you see any of them ? mongoose/examples/zephyr/http-server/prj.conf Lines 19 to 23 in 813489d Please follow the guidelines in the documentation, examples and tutorials available.
Mongoose has logs, Zephyr has logs, and you can sniff your network with Wireshark. Are you at least able to serve a site with no TLS ? |
Beta Was this translation helpful? Give feedback.
All the other Zephyr examples are built to use MbedTLS. Did you see any of them ?
mongoose/examples/zephyr/http-server/CMakeLists.txt
Line 9 in 813489d
mongoose/examples/zephyr/http-server/prj.conf
Lines 19 to 23 in 813489d
Please follow the guidelines in the documentation, examples and tutorials available.
Mongoose has logs, Zephyr has logs, and you can sniff your network with Wireshark. Are y…