SSL Wrapped Over JUnixSocket #122
SteveShell
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Hello, could you please tell me how to build defaultSocketFactory and how to import pem local text? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am very pleased that the junixsocket implementation is rich and complete enough to support two-way SSL over the unix domain socket.
Use the client "connect()" socket and the server "accept()" socket to start the two way SSL handshake.
Beta Was this translation helpful? Give feedback.
All reactions