Hello, hope you could give me a hint,
I'm starting with the WINC1500 Xplained Pro module, along with the SAMG55 Xplained Pro development board. I got all the examples to work except the "Send Email" example, which is essential for my application. The problem is all I get is a socket connection error, as shown in the attached picture.
I downloaded a certificate which I got from OpenSSL, with the following command:
openssl s_client -starttls smtp -connect smtp.gmail.com:465 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p'
The certificate file is also attached. The code is the same as the example, all I did was change the configurations in the "main.h" file. I'm using ASF 3.40.0.
Thanks in advance;