Re: [zeromq-dev] pyzmq and curve, as server

2017-01-26 Thread Luca Boccassi
On Mon, 2016-06-13 at 08:57 -0400, Julien Kauffmann wrote: > 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

[zeromq-dev] pyzmq and curve, as server

2016-06-13 Thread Julien Kauffmann
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 finall