Skip to content

"Performing the SSL/TLS handshake..." blocking other code inside the loop() #550

Answered by mobizt
UnknownKhan2023 asked this question in Q&A
Discussion options

You must be logged in to vote

The way you can reduce the handshake time is session resumption that supported by BearSSL in ESP8266 WiFiClientSecure.

For ESP32, I recommend using this ESP_SSLClient as external SSL Client.

See this example for session resumption.

In the next version of this Firebase library, ESP_SSLClient will be used internally instead of WiFiClientSecure.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by UnknownKhan2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants