This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220SF: TLS configuration for HTTP Server

Part Number: CC3220SF

Dear TI Team!,

On a CC3220SF, I run a secure HTTP server. The HTTP server is started using the API sl_NetAppStart(SL_NETAPP_HTTP_SERVER_ID)

Before starting the HTTP server, I would like to do the following
- Disable TLS version1.0 and 1.1
- Disable specific cipher suites, and ciphers without PFS
Which API should I use ?
Thank you.