03-15-2024 01:09 AM
Hello,
I'm in development of a small app on embedded IoT device using a web server. The server uses mbedtls for secure connection. We noticed that the access in firefox is significantly slower compared to chromium based browser. After some investigation we found that firefox does not use the session cache (enabled by MBEDTLS_SSL_CACHE_C). Since I have not got any response from mbedtls mailing list I'm trying it here. I'd like to know if it is firefox expected behaviour or our misconfiguration.
best regards
Jan