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. |
0 replies
|
TLS server support has now been implemented, as well. |
0 replies
|
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". |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
All reactions