Hello!
I'm trying to create a sketch to connect to a web address in SSL.
I tried using:
- WiFiNINA: verifying the code I received several errors on code of the library
- WifiEsp: verifying the code I received an error that "WiFiEspSSLClient.h: No such file or directory"
- WiFiClientSecure: again errors on the code of the library.
Do you know a proven and working way to perform a POST request to a page in https?
Many thanks in advance!