I have used http2 in which I'm using 2 sockets(8090,8091)and establishing 4 connections i.e. multiplexing 2 connections on each socket.
I want to know about TLS. Whether we need TLS handshake only one time and then can continue and open another sockets also or we have to establish multiple TLS for each socket or for each connection?
Also can i use any cipher suite with TLS1.3?