Using client certificates for HTTPS requests
Posted: Thu May 06, 2021 8:24 am
I need to upgrade my ESP32 code to use a client certificate for secure communication with a remote server.
So far, I've used the library to issue the HTTP requests but as far as I've seen, this library doesn't support client certificates. What are my options?
Thanks,
Guy.
So far, I've used the
Code: Select all
esp_http_client
Thanks,
Guy.