Unable to use ESP_AT, TCP connection get closed during connect
#62376
-
Hello community ! I'm trying to develop an HTTPS client application using an STM32 + ESP_AT hardware connected using Tx/Rx UART interface to have the Wifi support.
Anyone with the same issue ? Any feedback appreciated, I d'ont know where to go. Do I need to analyze the details of the binary data exchanged during The wanted connection is HTTPS over port 443. Is "TCP" the right protocol to use when opening socket over ESP_AT interface ? Isn't supposed to be "SSL" ? (maybe SSL is managed on top of the connection by Zephyr in this use case ?) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Responding my own issue, the problem comes from the cipher suite I'm using, not compatible with the server. Discovered using a dump of network data. Reworking the mbedtls configuration permitted to solve the issue. |
Beta Was this translation helpful? Give feedback.
Responding my own issue, the problem comes from the cipher suite I'm using, not compatible with the server. Discovered using a dump of network data. Reworking the mbedtls configuration permitted to solve the issue.