Topic: Server Disconnect after TLS Client Hello KEIL MDK - Data dump included
We are using wolfSSL in a KEIL MDK 5 environment. We have the KEIL BSD sockets working have tied the wofSSL 3.1.40 into the socket layer. Build options included for a bare bones operation. Included is our config files created by the MDK build.
Client configurations is TLSClient23Build.
Our test was to connect to google.com on port 443. We are not attempting to verify the server with a certificate and are not creating a private key at this point. Just a simple connect. The client connects to the server and CLIENT_HELLO is sent. The server responds with a small message and then issues a close. We have included a log of the transaction showing the KEIL TCP and the wolfssl logging.
Questions:
1. Why is wolfSSL trying to connect before we issue the wolfSSL_connect?
2. Is there anything in the client hello that would cause the server to close our connection?