-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket Queue cryptographic keys exchange #30
Comments
Hi! You can develop a new module, then add some event-based communnication with it. If you expect these keys to be used for upstream exchange encryption, check the following file where it is implemented: https://github.com/juks/SocketQueue/blob/master/lib/socketServer/lib/upstream.js Module example: https://github.com/juks/SocketQueue/blob/master/lib/socketServer/lib/clientHttpServer.js |
thanks for your revert ... i will try and get you back. |
Hi @noecodjo Did you ever try this out? (I mean the key exchange module). |
Hi! This kind of error is emitted by Node.js HTTP library (https://github.com/juks/SocketQueue/blob/7fc6ed98866e235e1b8b585779c2bc35cfcac8ab/lib/socketServer/lib/clientHttpServer.js#L171). So please have some patience to debug it. |
Hi Igor,
Hope you're doing well.
i use SQ now it's really amazing. Thanks
How can i implement a connection module to an HSM for the exchange of cryptographic keys to secure online transactions in currently architecture?
The text was updated successfully, but these errors were encountered: