Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the
Error

70103: Unsupported Public Key Exponent

Description

description page anchor

The Request tries to store a Public Key in Twilio. This public key can be parsed, has a correct encryption algorithm, but the request fails because the key exponent has an invalid length.

Possible causes

possible-causes page anchor
  • Public key key exponent different than 65537.
  • Regenerate a new keypair with exponent 65537 and retry.