gilmaimon / ArduinoWebsockets

A library for writing modern websockets applications with Arduino (ESP8266 and ESP32)
GNU General Public License v3.0
482 stars 97 forks source link

Allow Client certificate and key for verification #72

Closed jjcarstens closed 4 years ago

jjcarstens commented 4 years ago

I'm trying to work in an environment that uses Client-side SSL. I want to try uses some ESP32's and connect to the services with them via websockets.

This would require being able to specify a client certificate and client key along with the CA certs. Is that something that this library can do or would want to do?

I've done a bit of digging, but my Websocket knowledge is just a little lacking to know if this is a reasonable feature request

jjcarstens commented 4 years ago

So I just realized that this PR exists already which adds this support 🤦 https://github.com/gilmaimon/ArduinoWebsockets/pull/49

gilmaimon commented 4 years ago

Approved