1

(3 replies, posted in wolfSSL)

Hi @douzzer!
I encountered a little problem in the "wolfSentry lwIP Echo Test"(https://www.wolfssl.com/documentation/manuals/wolfsentry/chapter04.html#wolfsentry-lwip-echo-test) experiment under docker according to the wolfSentry Examples guide document.
In my test, none of the nodes worked as expected. Each node was able to communicate with the server without any issues, instead of being rejected as described in the manual, where 'Tester 1 will be rejected for the TCP connection and tester 3 will be rejected for MAC address'
Here are my operation steps:
1.git clone https://github.com/wolfSSL/wolfsentry.git
2.cd wolfsentry/examples/Linux-LWIP/
3.sudo docker-compose -f docker-compose.yml up --build -d
4.sudo docker-compose -f docker-compose.yml logs -f
I noticed that when I tracked the logs of the echo server, there were some logs that didn't look normal:

Attaching to linux-lwip_tester3_1, linux-lwip_echoserver_1, linux-lwip_tester2_1, linux-lwip_tester1_1
echoserver_1  | json_feed failed at offset 844, line 37, col 1, with code -23 (Configuration contains an invalid key), src 8 (json/load_config.c), line 523
echoserver_1  | error while loading wolfSentry config filejson_feed failed at offset 844, line 37, col 1, with code -23 (Configuration contains an invalid key), src 8 (json/load_config.c), line 523
echoserver_1  | error while loading wolfSentry config filejson_feed failed at offset 844, line 37, col 1, with code -23 (Configuration contains an invalid key), src 8 (json/load_config.c), line 523
echoserver_1  | error while loading wolfSentry config filejson_feed failed at offset 844, line 37, col 1, with code -23 (Configuration contains an invalid key), src 8 (json/load_config.c), line 523
echoserver_1  | error while loading wolfSentry config filejson_feed failed at offset 844, line 37, col 1, with code -23 (Configuration contains an invalid key), src 8 (json/load_config.c), line 523
echoserver_1  | error while loading wolfSentry config filejson_feed failed at offset 844, line 37, col 1, with code -23 (Configuration contains an invalid key), src 8 (json/load_config.c), line 523
echoserver_1  | error while loading wolfSentry config fileMAC Sentry action returned code 0 (OK, operation succeeded), src 4 (routes.c), line 1848

2

(3 replies, posted in wolfSSL)

hello,
Recently, I discovered the Wolfsentry project and I am extremely excited about it. I would like to try porting it to run on the Nuttx system. I noticed in the project description that it is possible to port Wolfsentry to Nuttx, but currently, I have no idea where to start, and I haven't found any relevant information. Could you please guide me on how to proceed? I would be immensely grateful for your assistance.