Hello,
I have already sucessfully used the F2838x NDK and NS http client library to send HTTP requests to a WEB server. However, it seems the provided NDK/NS do not support TLS/SSL connections. When I try to connect to the server using HTTPS, function HTTPClient_connect() returns the following error:
/* Interface doesn't support the non mandatory function */
#define SLNETERR_RET_CODE_DOESNT_SUPPORT_NON_MANDATORY_FXN (-2024L)
I'm using the packages below:
- NDK 3.61.01.01 - http://software-dl.ti.com/targetcontent/ndk/3_61_01_01/exports/ndk_f2838x_3_61_01_01.zip
- NS 2.60.01.06 - http://software-dl.ti.com/targetcontent/ns/2_60_01_06/exports/ns_2_60_01_06.zip
Is there a NDK port for F2838x supporting TLS?
Thanks,
Harley