Topic: "unknown record type in hdr" error
After integrating the wolfSSL library into our embedded web server, I getting an "unknown record type in hdr" error when my server thread makes its first call to wolfSSL_read(). I don't know what this error is telling me.
There is no file system on my platform so I've had to embed the CA and server certificates in the code, but they seem to work with the echo server/echo client tutorial that I've ported onto the same platform.
I'm using the ca_cert_der_1024, server_cert_der_1024, and the server_key_der_1024 certificates that are included with the WolfSSL library. My user_settings.h file is attached.
Thanks,
Brad Thomson