Hi,
I started working with nRF9160 and took AT_Client and added support for my own commands. Additional to that I added HTTP example to it and they are working great together but I need one more thing, I need to add ssl/tls support for http.
I only saw that there are example of mqtt secure socket but I didn't find any documentations about it , Is there a way to add ssl/tls to support https ?
Basically I need to send string to server with https and get response ... ( I prefer that the certificate will got from server instead of hard coded )
Do you have suggestions how to do it best?
Thanks,
David