wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.23k stars 799 forks source link

Sometimes the first call hangs because the server is not completely up #7623

Closed bandi13 closed 1 month ago

bandi13 commented 1 month ago

Fixes an issue in testing with wolfEngine

JacobBarthelmeh commented 1 month ago

Likely not related but there was a tcp bind issue in the visual studio test:

client sent quit command: shutting down!

Running CRL monitor test

wolfSSL error: tcp bind failed

Failure Reason Given is 1
bandi13 commented 1 month ago

Likely not related but there was a tcp bind issue in the visual studio test:

client sent quit command: shutting down!

Running CRL monitor test

wolfSSL error: tcp bind failed

Failure Reason Given is 1

I would be shocked if it were an issue. I'll retest once this set completes.

bandi13 commented 1 month ago

retest this please