Error using HTTPS requests with SSL over flask API

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By FlayerWolf

Hi! I’m receiving this error:
E 0:04:30.148 read_response_body_chunk: Condition “status != STATUS_BODY” is true. Returned: PoolByteArray()
<C++ Source> core/io/http_client.cpp:522 @ read_response_body_chunk()

and the result code 4(“Can’t connect”) When making POST/GET requests to my flask webserver using SSL, the server receives the data from the client, but the client doesn’t receive the answer.

Thank you!