Hi,

I'm trying to use the CURVE mechanism with PYZMQ, following the code example at https://github.com/zeromq/pyzmq/blob/master/examples/security/stonehouse.py.

I created an authenticator, I generated key pairs (which work as a CURVE client), set the `curve_server` flag to `True`, and finally bound the socket.

However, when the REP socket tries to contact the REQ socket, a network dump shows that it actually sends the `as_server` flag as `False` and I'm lost as to understand why. For all intents and purpose, I'm following the exact sequence done in the ironhouse sample.

Any clue what I could be missing here ? Is there any facility that could help me debug this (additional logs for instance) ?

Thanks,

Julien.

Attachment: smime.p7s
Description: Signature cryptographique S/MIME

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to