Moderator: eriksl
SSL is not something, due to it's concept/design/size, you should be running on a microcontroller anyway.
esp8266_abc wrote:Assume ESP8266 as an SSL Client, and has to connected to two different SSL Server. And then How?
Do them one at a time and swap between them.
What are you connecting to? And what is the protocol?
eriksl wrote:Remove the SSL code and use a reverse proxy that does the encapsulation.
SSL is not something, due to it's concept/design/size, you should be running on a microcontroller anyway.
I disagree - sometimes you don't have a choice. I'm running devices connected to the public Internet and I need to make sure my connections are secure both from a data perspective and a command perspective. I am using SSL and it's working fine, but you need to work within your micro's limits.