1

(1 replies, posted in wolfSSL)

Hello,

I am trying to run an wolfSSL TCP server demonstration as described here: https://github.com/Microchip-MPLAB-Harm … onstration

Connecting to the web page from firefox using HTTP seems to be working fine. Connecting to the web page from firefox using HTTPS crashes the demonstration however. The first HTTPS connection works, and the "nothing here" test page gets displayed. The second attempt to connect will result in the connection timing out.

The UART debug port will also mention "DRV_PIC32CGMAC_LibRxBuffersAppend: Rx Buffer Queue error \r\n" during any SSL communication. Please see attachment for the UART output.

I'd appreciate any help in fixing this issue.