I'm trying to run the httpserver example project found in the SimpleLink MSP432E4 SDK 4.20.00.12. However, when I connect to the HTTPServer on port 443 (via HTTPS), the server stalls while loading the "ti_ep_logo.jpg" file. The first few KB of the image make it to my web browser, and then the microcontroller doesn't send the remaining data. The webpage appears to be in a loading state forever, and the image never fully loads. I tried running the example project with both TI-RTOS and FreeRTOS, and encountered the same behavior. I tried increasing the number of memory pages in the NDK Stack configuration from 6 to 18, but this didn't resolve the issue. I can download the other two files in the webserver ("index.html" and "subdir/ti.jpg"), but those files are significantly smaller in size than the "ti_ep_logo.jpg" file. Is there an issue with the memory configuration in this project?
Also, the webpage loads just fine on port 80 (via HTTP). The issue only appears when using HTTPS.










