HTTPS PUT with resumption of TLS connection
Posted: Fri Oct 13, 2023 7:33 am
Hi,
I have implemented an HTTPS PUT method, which will upload data up to 100k to aws-s3 using the esp_http_client.
I am using the same http client for multiple uploads. But every upload a new TLS/SSL connection is established, which needs a lot of time.
Is there a way to tell the http client to reuse the TLS/SSL connection like the resumption of TLS connection? Or a way to tell the http client which TLS/SSL session it should use?
Or is that not possible with the esp_http_client libraries and I must use the TLS/SSL libraries to implement that function?
Best
Jonathan
I have implemented an HTTPS PUT method, which will upload data up to 100k to aws-s3 using the esp_http_client.
I am using the same http client for multiple uploads. But every upload a new TLS/SSL connection is established, which needs a lot of time.
Is there a way to tell the http client to reuse the TLS/SSL connection like the resumption of TLS connection? Or a way to tell the http client which TLS/SSL session it should use?
Or is that not possible with the esp_http_client libraries and I must use the TLS/SSL libraries to implement that function?
Best
Jonathan