SSLClient icon indicating copy to clipboard operation
SSLClient copied to clipboard

Can I use trust anchors generated for the SSLClient library and use these on wificlientsecure library on esp32?

Open rohitsam opened this issue 1 year ago • 0 comments

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 ??

rohitsam avatar Mar 30 '23 10:03 rohitsam