I see the 0x6d00 error is a public key mismatch. I didn't see the other error code, but I would guess it's related.
line #117 in libs/crypto/mbedtls/include/mbedtls/ssl.h
#define MBEDTLS_ERR_SSL_PK_TYPE_MISMATCH -0x6D00 /**< Public key type mismatch (eg, asked for RSA key exchange and presented EC key) */
@lukevanhorn started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I see the 0x6d00 error is a public key mismatch. I didn't see the other error code, but I would guess it's related.
line #117 in libs/crypto/mbedtls/include/mbedtls/ssl.h
#define MBEDTLS_ERR_SSL_PK_TYPE_MISMATCH -0x6D00 /**< Public key type mismatch (eg, asked for RSA key exchange and presented EC key) */