Description
Hi,
I'm trying to flash the root CA certificate in order to connect to an FTP server with implicit SSL.
Once i've flashed the .cer file the SSL features don't work anymore, not only I'm not able to connect to the FTPS server, but also, I cannot connect to some test SSL server, as arduino.cc:443, even if i try to upload the arduino certificate using the GUI tool in the IDE.
The only way I can restore the connect SSL functionality (to arduino.cc as a test, not the FTPS server) is to flash again the WifiNina firmware using the tool provided by the Arduino IDE.
The root CA and the FTPS server certificates have been created locally using openssl.
Need help about possibly errors I made flashing the .cer file. I tried also flashing the server certificate, in addition to the root CA.
The board I'm using is the Arduino RP2040 connect.
Thanks for the help.