SSL buffer length error

Fixed it myself.

In proj.conf

CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=16384

Apparently there’s a default of 1500 (somewhere).
Mary