SSLClient
SSLClient copied to clipboard
Can I use trust anchors generated for the SSLClient library and use these on wificlientsecure library on esp32?
Iam using SSLclient with Tinygsm to connect to a MQTT broker for GSM. And for WiFI on Esp32 I have issues using WiFiclient, So want to use esp32 WiFiclientsecure library to connect to MQTT broker, can I use the same br_x509_trust_anchor generated for SSLClient on WiFiclientsecure ??