I'm having a HTTP server using esp-idf's esp_http_server library and it's working well.
When I enable the same code with the HTTPS server using esp_https_server, I found that it keep creating new connections for the same web page with a lot javascript and css files.
This make my web page load very very slow, as compared to HTTP version.
Is that expected or I may did something wrong with the HTTPS server?
HTTPS Server keep creating new connections
-
- Posts: 34
- Joined: Wed Sep 21, 2016 6:40 am
Re: HTTPS Server keep creating new connections
Yes ssl handshake is slow
-
- Posts: 34
- Joined: Wed Sep 21, 2016 6:40 am
Re: HTTPS Server keep creating new connections
Any way of making the HTTPS server reuse the same connection for the requests?
Who is online
Users browsing this forum: No registered users and 139 guests