Topic: TCP IP time out with wolfssl based https web server

The Web server certificate handshake at the start is getting TCP time out with Chrome browser. I am using wolfssl based https web server with TIRTOS.


Here is the screen shot from wireshark.

The following is the configuration from wolfssl.

#define NO_SSL
#define NO_DES3
#define NO_MD4
#define NO_RC4
#define NO_DSA


#define HAVE_ECC
#define HAVE_AESGCM
#define HAVE_AESCCM
#define WOLFSSL_SHA512
#define WOLFSSL_SHA384
#define HAVE_SHA384
#define HAVE_SHA256
#define HAVE_AESGCM
#define BUILD_TLS_RSA_WITH_AES_128_GCM_SHA256
#define RECORD_SIZE            2048
#define STATIC_CHUNKS_ONLY
#define RSA_LOW_MEM
#define WOLFSSL_TIRTOS

Post's attachments

wiresharderror (1).png
wiresharderror (1).png 68.13 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Share

Re: TCP IP time out with wolfssl based https web server

Hi saleem564,

From your Wireshark screen capture, it looks like a successful TLS handshake is being performed, and application data is being transmitted after the handshake.  Can you clarify where in the handshake the timeout is occurring?

Thanks,
Chris