Replies: 1 comment 2 replies
-
Hi @yantlord Thank you for the compliments, I really appreciate it! ❤️ SSL Configuration is actually not that complex, but the verbosity of Java makes it in my opinion a bit more complex than needed for the developers. I tried to simplify it with this library so the end-user can easily set it up without the need of understanding the low level configuration. This library has proven to be working on Android and also with Netty, it has even a separate library I have analysed the source code of Ktor with Netty and it seems like they didn't exposed the ssl configuration for the server through a custom If the Ktor developers expose the sslcontext in the server configuration through a setter or as constructor parameter for the configuration, than this library can be used. |
Beta Was this translation helpful? Give feedback.
-
Hello :)
The library looks fantastic, really nice work and thanks for sharing it. This stuff is very confusing, I've been having a hard time getting a TLS-enabled server running. I'm wondering if anyone has tested this on Android (Kotlin with Ktor/Netty)? Specifically using the AndroidKeyStore, I'm also wondering how I would configure things to try it - should I feed the keystore in as a InputStream?
Thanks again :)
Beta Was this translation helpful? Give feedback.
All reactions