Dear NXP,
I am working Android 7.1.2 on imx6q processor. I want to know how to connect with tls server ?
tls server,
tls://xxx.net:8883
I know TCP we can do. But, how I will established the connection for TLS server ?
Is it TCP needs ? If yes, which IP Address I want to provide for TLS connection establishment.
Please response if anyone experience.
Thanks & Regards,
VinothS.
You can use https the same way as http in the URLs.
By the way in case of curl you can use -k option to perform "insecure" SSL connections.
Thank you for your reply.
Shall I use tcp instead of tls ?
Thanks & Regards,
VinothS.
I tried with MQTTbox Application (needs TLS configured server) but TCP unable to connect to the telemetry server. But, TLS connected successfully. From that I understood, there is no possible to use module commands (needs TCP configured server) to connect the telemetry server.
Thanks & Regards,
VinothS.
Here you can find a documentation regarding to MQTTbox configuration:
http://workswithweb.com/html/mqttbox/mqtt_client_settings.html
Hi Victor Linnik , Thank you for your reply.
Regards,
VinothS