I recently upgraded to finagle-core
22.4.0
from 21.4.0
and see this while loading integration tests in the application. I use wiremock-standalone version 2.27.2
. Netty version is 4.1.73.Final
. How can I fix this issue? I am assuming it is related to some version. But where to start debugging?
09:41:03.529 WARN finagle/netty4-2-1 io.netty.channel.ChannelInitializer [] [] [] [] [] [] [] [] [] [] [] Failed to initialize a channel. Closing: [id: 0x6e98560c]
com.twitter.finagle.ssl.SslConfigurationException: java.lang.IllegalArgumentException: ApplicationProtocols.Supported is not supported at this time for SslContextClientEngineFactory. Remote Info: Not Available
at com.twitter.finagle.ssl.SslConfigurationException$.notSupported(SslConfigurationException.scala:18)
at com.twitter.finagle.ssl.SslConfigurations$.checkApplicationProtocolsNotSupported(SslConfigurations.scala:246)
at com.twitter.finagle.ssl.client.SslContextClientEngineFactory.apply(SslContextClientEngineFactory.scala:37)