I already read this post. But I only understand about how does handshake work, the problem is I don't know how TLS work with another protocol like SIP. I'm confusing about two points:
- TLS keep communicating with TLS's header and the payload is whole another protocol package (example SIP package).
- Or they will communicate with another protocol header with the payload is encrypted by the key of TLS?