Open torntrousers opened 4 years ago
It looks like the Adafruit fork of nina-fw does support this with setting the client certificate and key - https://github.com/arduino/nina-fw/compare/master...adafruit:master#diff-f5590435639cd93cd898daaf026e3acae76a55c87e87c7b104df00e6784a0cceR61
I'm trying to use this on an Nano 33 IoT board to make HTTP requests to a server that requires Mutual TLS - sowith the client device presenting a certificate when establishing the TLS connection. I've not found a way to get that configured - is this supportted?
TIA!