Hi, I'm wondering if there is a way to pass on external application data during a handshake, without putting it into the x509 cert, because I don't want to sign it every time I change the ex data. I've got multiple server instance running at once on the same adress, and the client choose to contact only one. That's why I want to put a kind of a server id in the client handshake request to know wich server process is gonna handle the client handshake.
Thanks in advance, if someone know how to do that. Joss