Websocket with client authentication (mutual SSL)
Posted: Thu Jun 18, 2020 5:18 pm
Hi,
I'm trying to setup a websocket (wss) client with mutual SSL authentication.
Currently (ESP-IDF 4.0.1) the websocket API seems to only offer server authentication (by providing the trusted certificate). Is there any way to add client authentication (i.e. provide client cert and key to the server) ?
Best regards
I'm trying to setup a websocket (wss) client with mutual SSL authentication.
Currently (ESP-IDF 4.0.1) the websocket API seems to only offer server authentication (by providing the trusted certificate). Is there any way to add client authentication (i.e. provide client cert and key to the server) ?
Best regards