arduino / nina-fw

Firmware for u-blox NINA W102 WiFi/BT module
135 stars 117 forks source link

Mutual-TLS support? #56

Open torntrousers opened 4 years ago

torntrousers commented 4 years ago

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!

torntrousers commented 3 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