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
Paul Woitaschek
05/12/2022, 9:08 AM
Yep it's a bug
Downgrade to 2.0.0
s
Sam
05/12/2022, 9:08 AM
Oooh, thanks! Is there a YouTrack issue I can follow?