Hi Folks,
I’m using the mbed-http library: https://os.mbed.com/teams/sandbox/code/mbed-http/ to periodically establish an HTTPS session over a cell modem with a server, send some data and disconnect. This is working well, but uses quite a bit of cell data as the TLS negotiation has to occur on every connection.
I’d like to use TLS Session Resumption to save on data usage. I know I can use mbed-tls to do session resumption, however, I don’t see a way to do this while using mbed-http. Does anyone know how this might work?
Thanks,
Dave