CA Certificate for wip_SSLInitOpts()

Hi Rex_alex,

this methode is not very user friendly. Our aim is to prevent the user from using an invalid certificat. Invalid means “no root certificate” OR “out of date”. And as Sierra Wireless doesn’t provide functions for a proper certificate handling we have to do the check for validity, so to say, “by hand”. And therefore we need some hints for checking the type of the certificate. Validity date check we have implemented, type check is open so far. Hints are appreciated.

There is a function to check the validity date, but this function is only available when trying to connect to the SMTP server. This is in our opinion not the appropriate time to do the check. Such a check should be performed before trying to connect.

And how is it with the delay of roughly 50 seconds?

Best regards