Hey guys,
I have one question which option you will suggest me to use for SSL:
1. With Ktor serving SSL directly (
https://ktor.io/docs/ssl.html#ktor)
2. With Docker and Nginx as reverse proxy(
https://ktor.io/docs/ssl.html#docker)
Currently I am a bit confused what directly should I use.... thanks for any advices in advance 😄
P.S: Probably I will use the first option, but maybe someone here already met with that and already did the decision which can help me to chose the proper way😄