I installed an SSL certificate on my ktor server (...
# ktor
a
I installed an SSL certificate on my ktor server (Let’s Encrypt) and the HttpsRedirect to automatically switch to https calls instead of http. Is there a way to hide the port number from the url without having to use a reverse proxy?
a
What do you mean by hiding a port number?
a
If you visit http://audiobites.io you’ll see that you get redirected to https://audiobites.io:8443 I was wondering if it is possible when someone visits http://audiobites.io to be redirected to https://audiobites.io instead
a
Just use the default port 443.
a
worked like a charm. thanks!
i
Am stack at installing my ssl in ktor. Getting the apache default page.
128 Views