This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using MBED TLS in TCP/IP as a client

We have been using TCP/IP successfully for a few months now and we have a new secure backend application that communicates with TLS security on port 443.   When I send messages i get the the netTCP_EventAborted response in the tcp_cb_func.  Not sure what causes the response but I know it is how I implemented MBED TLS but there is painfully little information on how to implement properly, examples or step by step instructions.  If you have done the conversion and have clues to help me move forward it would be appreciated.

FYI, I am using the latest Keil tool chain and runtime environment. 

Parents
  • Christopher,

    I have studied / followed the documentation.  Nothing in there indicates the possible reasons for "netTCP_EventAborted" but Jim at Keil (a huge help) showed me how to setup a debug session event recorder to find the issue.  It is sending out a " RstReceived" when the problem happens.  So now i need to understand what can cause the reset.  

    Thank you for your support,

    Scott

Reply
  • Christopher,

    I have studied / followed the documentation.  Nothing in there indicates the possible reasons for "netTCP_EventAborted" but Jim at Keil (a huge help) showed me how to setup a debug session event recorder to find the issue.  It is sending out a " RstReceived" when the problem happens.  So now i need to understand what can cause the reset.  

    Thank you for your support,

    Scott

Children
No data