SMTP example -0xfffffe09 - UNKNOWN ERROR CODE (0180) : UNKNOWN ERROR CODE (0077)
Posted: Thu Jun 27, 2024 2:04 pm
Hello everyone
I tried to run the SMTP example. Connecting and certificate check works, but now I am stuck with an unknown error.
How can I debug this one?
250-gmx.net Hello ESP32 [46.140.227.150]
250-8BITMIME
250-SIZE 69920427
250 STARTTLS
I (5756) smtp_example: Writing STARTTLS to server...
220 OK
I (5816) smtp_example: Performing the SSL/TLS handshake...
I (6446) smtp_example: Verifying peer X.509 certificate...
I (6446) smtp_example: Certificate verified.
I (6446) smtp_example: Cipher suite is TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
I (6456) smtp_example: Authentication...
I (6456) smtp_example: Write AUTH LOGIN
I (6496) smtp_example: mbedtls_ssl_read() returned -0xffffffe2
I (6496) smtp_example: write_ssl_and_get_response() returned 503
E (6506) smtp_example: Last error was: -0xfffffe09 - UNKNOWN ERROR CODE (0180) : UNKNOWN ERROR CODE (0077)
Many thanks and kind regards
Christian
I tried to run the SMTP example. Connecting and certificate check works, but now I am stuck with an unknown error.
How can I debug this one?
250-gmx.net Hello ESP32 [46.140.227.150]
250-8BITMIME
250-SIZE 69920427
250 STARTTLS
I (5756) smtp_example: Writing STARTTLS to server...
220 OK
I (5816) smtp_example: Performing the SSL/TLS handshake...
I (6446) smtp_example: Verifying peer X.509 certificate...
I (6446) smtp_example: Certificate verified.
I (6446) smtp_example: Cipher suite is TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
I (6456) smtp_example: Authentication...
I (6456) smtp_example: Write AUTH LOGIN
I (6496) smtp_example: mbedtls_ssl_read() returned -0xffffffe2
I (6496) smtp_example: write_ssl_and_get_response() returned 503
E (6506) smtp_example: Last error was: -0xfffffe09 - UNKNOWN ERROR CODE (0180) : UNKNOWN ERROR CODE (0077)
Many thanks and kind regards
Christian