Question: epgm and curve?
aletheia7 opened this issue · 1 comments
aletheia7 commented
Can epgm be used with curve? When I enable encryption on a Publish app, my Subscriber app still receives the data.
Steps
- I compiled 4.1.5 with epgm. I have a successful pub/sub between two machines using epgm via go zmq4
- When I enable AuthCurveAdd(), SetCurveServer(), SetCurveSecretKey() on the Publish app, the Subscriber app still receives the data. It's as if the curve functions are ignored. The return codes are not errors.
I also changed the protocol to tcp:// between the Publish ans Subscriber app. When encryption is enabled on the Publish app, the Subscriber app does not receive the data (as expected).
aletheia7 commented
No.