[zeromq-dev] routing adress problem

zebbey at gmail.com zebbey at gmail.com
Tue Dec 6 04:44:20 CET 2011


Hello,

According to you said, 
"The current use of UUIDs is an internal mechanism, not documented.
libzmq can change its mind at any stage."

I think my solution is wrong.

In the example which Jakub Witkowski give,

- An untrusted client is connecting to the server, claiming to be the client X,
- The server issues a secure challenge, based on known properties of client X (user name, password hash etc)
- The client responds with a generated response, once more based on it's properties,
- the server checks that response and if it's correct, issues a time limited token for the client to use during eventual re-connects.

I have some problem:
In the final step, after the server send a time limited token to client, 
if the client disconnected and reconnect quickly, then the client don't known it has disconnected before. 
So the client won't send secure information to server again.

Do you mean the client should send each message with the secure information ?

THANK YOU


More information about the zeromq-dev mailing list