Replies: 3 comments 2 replies
-
|
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.
-
|
TLS server support has now been implemented, as well. |
Beta Was this translation helpful? Give feedback.
-
|
We have recently made use of the TLS extension on VikingMud, however, we notice that the error messages provided by the various tls_* functions are a bit... unclear. Is it possitble to make them more informative? The messages we se are: "TLS: http request", and "TLS: wrong version number". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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