After upgrading to from ktor 1.5.1 to 2.0.1 I had ...
# ktor
s
After upgrading to from ktor 1.5.1 to 2.0.1 I had some requests start failing because they couldn't connect. Initial indications are that it was trying to connect on port 80 even though it was a HTTPS URL. I'm using the Apache engine on JVM. Does this ring any bells for anyone?
p
Yep it's a bug
Downgrade to 2.0.0
s
Oooh, thanks! Is there a YouTrack issue I can follow?
p
s
🙇 thank you!