Hello, I'm trying to Ktor as client in a web app o...
# ktor
u
Hello, I'm trying to Ktor as client in a web app on an AWS EC2 instance. When the site is not secure ( http ) the request goes through. When there is a certificate ( https ) , the requests times-out. I've reading the documentation but it's not clear to me what I should do. Do I need to download the SSL certificate and pass it to Ktor?
a
You don't need to do anything specific to establish the secure connections. Can you share the server endpoint if it's public?
u
@Aleksei Tirman [JB] Unfortunately it's not public.
a
Can you try another endpoint that requires a secure connection?
u
Sorry, I'm not sure what you mean, the current endpoint does require a secure connection?
a
I mean cay you try making a request to https://www.google.com, for example?
u
From Ktor?
a
Yes
u
OK, I got you.