HTTPS connection timing out #8339
ranganath36
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
[V][ssl_client.cpp:279] send_ssl_data(): Writing HTTP request...
[W][HTTPClient.cpp:1332] returnError(): error(-11): read Timeout
[D][HTTPClient.cpp:1334] returnError(): tcp stop
[V][ssl_client.cpp:248] stop_ssl_socket(): Cleaning SSL connection.
[HTTPClient.cpp:383] disconnect(): tcp is closed
[V][HTTPClient.cpp:235] beginInternal(): url: https://xyz.com
[D][HTTPClient.cpp:276] beginInternal(): host: xyz.com port: 443 url: /api/device
[V][ssl_client.cpp:56] start_ssl_client(): Free internal heap before TLS 249660
[V][ssl_client.cpp:58] start_ssl_client(): Starting socket
[V][ssl_client.cpp:93] start_ssl_client(): Seeding the random number generator
[V][ssl_client.cpp:102] start_ssl_client(): Setting up the SSL/TLS structure...
[V][ssl_client.cpp:115] start_ssl_client(): Loading CA cert
[E][ssl_client.cpp:33] _handle_error(): [start_ssl_client():122]: (-8576) X509 - The CRT/CRL/CSR format is invalid, e.g. different type expected
[E][WiFiClientSecure.cpp:132] connect(): start_ssl_client: -8576
[V][ssl_client.cpp:248] stop_ssl_socket(): Cleaning SSL connection.
[D][HTTPClient.cpp:1029] connect(): failed connect to xyz.com:443
[W][HTTPClient.cpp:1332] returnError(): error(-1): connection refused
Please let me know how to solve this problem of time out. Is it because of difference in versions, ESP operating on HTTP 1.1 and Server on HTTP2?
Regards,
Ranganath
Beta Was this translation helpful? Give feedback.
All reactions