Replies: 2 comments
-
TLS requires the This TLS implementation keeps all state in LPC, which means that TLS connections are fully persistent across upgrades and hotbooting. It is probably the first implementation worldwide to have that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
TLS server support has now been implemented, as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TLS client sessions are managed by
~TLS/api/lib/ClientSession
. Only connections to servers with RSA certificates are currently supported, and client certificates don't work at all, yet.There is also a TLS-enabled HTTP client in
~HTTP/api/obj/tls_client1
.Example code for a HTTP TLS client:
Beta Was this translation helpful? Give feedback.
All reactions