Hi, I need to connect to AWS.IoT using mqtt through port 443 and AWS requires the TLS client to support the ALPN extension to specify the "x-amzn-mqtt-ca" protocol.
Does TlsSocket support ALPN extension? if so, how can I add a custom protocol string?
Thank you.