I am using the esp-idf Http Client on my ESP32 to call REST-Api Endpoints.
One simple HTTS login Post call with body like:
{
"username": "test",
"password": "test"
}
takes 2 seconds to perform...
Is it always that slow? It takes a whole second just for TLS handshake (See log). Do you have ...
Search found 2 matches
- Fri Apr 22, 2022 12:31 pm
- Forum: ESP-IDF
- Topic: Slow Https Post Request
- Replies: 2
- Views: 4087
- Tue Jan 18, 2022 3:31 pm
- Forum: ESP-IDF
- Topic: Avoid certificate substitution during OTA
- Replies: 3
- Views: 4130
Re: Avoid certificate substitution during OTA
Hey Wasabinary,
I try to solve the same problem.
Could you pls share your solution in some detail?
Thank you
Klaas
I try to solve the same problem.
Could you pls share your solution in some detail?
Thank you
Klaas