You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project that uses this library and it has wire-level encryption as a requirement and I would like to request TLS support be added. I have started work on this with the goal of submitting it as a PR, however I have been running into issues. My hope is that someone may be able to point me in the right direction. Totally understand if this is not in scope for this project and feel free to close this if so, but wanted to give it a shot...
I have been able to get this to work in a test Scala project, but so far my attempts to translate this to Clojure have been in vain. Below is what I have so far (I'm basing my implementation off the TLS tests in Finagle):
This actually runs fine and I'm able to get responses, the problem is that they are not encrypted. If you set up a packet capture (I'm using WireShark) you can see everything in plain text, however, with the Scala example I set up, the bytes are encrypted.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I have a project that uses this library and it has wire-level encryption as a requirement and I would like to request TLS support be added. I have started work on this with the goal of submitting it as a PR, however I have been running into issues. My hope is that someone may be able to point me in the right direction. Totally understand if this is not in scope for this project and feel free to close this if so, but wanted to give it a shot...
I have been able to get this to work in a test Scala project, but so far my attempts to translate this to Clojure have been in vain. Below is what I have so far (I'm basing my implementation off the TLS tests in Finagle):
Thrift File
Service
Client
This actually runs fine and I'm able to get responses, the problem is that they are not encrypted. If you set up a packet capture (I'm using WireShark) you can see everything in plain text, however, with the Scala example I set up, the bytes are encrypted.
Thanks in advance.
The text was updated successfully, but these errors were encountered: