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
Having researched how to use TLS on dialers/listeners, it should be possible as-is, but definitely would require the developer to know the underlying nng api and work with JNI stuff.
A Java developer should (assuming TLS is available) be able to use traditional Java approaches for referencing the cert/key files (e.g. java.io.File or java.nio.file.Path).
The text was updated successfully, but these errors were encountered:
Having researched how to use TLS on dialers/listeners, it should be possible as-is, but definitely would require the developer to know the underlying nng api and work with JNI stuff.
A Java developer should (assuming TLS is available) be able to use traditional Java approaches for referencing the cert/key files (e.g.
java.io.File
orjava.nio.file.Path
).The text was updated successfully, but these errors were encountered: