Does the modem firmware revert to using TLSv1 on a failure to connect? I'm getting some occasional weirdness connecting to an OpenSSL based server:
Error = Ssl(Error { code: ErrorCode(1), c
ause: Some(Ssl(ErrorStack([Error { code: 336130315, library: "SSL routines", function: "ssl3_get_record", reason: "wrong version number", file: "/usr/src/crypto/openss
l/ssl/record/ssl3_record.c", line: 332 }]))) }, X509VerifyResult { code: 0, error: "ok" })
It works most of the time but after a while or on a reconnect it fails and doesn't connect again.
Thanks for your help!
Jared