Chat freely about anything...

User avatar
By kvrck
#37323 Does anyone know how to send the client certificate stored in esp8266 to an ssl server?

I've been trying to use esp8266 as ssl client. I can verify server's certificate by using 'espconn_secure_ca_enable' function but I also need to authenticate client from server. Therefore I am trying to pass client certificate from esp8266 to the ssl server. But it seems esp does not pass client certificate in ssl client mode.

Does anyone have any suggestions? Any help would be appreciated.