File tree 2 files changed +3
-3
lines changed
client/src/main/java/nl/altindag/client/service
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ class Http4kApache5HttpClientService(
30
30
) : Http4kClientService(
31
31
ApacheClient (
32
32
client = sslFactory.let { factory ->
33
- val socketFactory = Apache5SslUtils .toSocketFactory (factory)
33
+ val socketStrategy = Apache5SslUtils .toTlsSocketStrategy (factory)
34
34
val connectionManager = PoolingHttpClientConnectionManagerBuilder .create()
35
- .setSSLSocketFactory(socketFactory )
35
+ .setTlsSocketStrategy(socketStrategy )
36
36
.build()
37
37
38
38
HttpClients .custom()
Original file line number Diff line number Diff line change 20
20
<version .scala-compiler>2.13.14</version .scala-compiler>
21
21
<version .kotlin>2.0.0</version .kotlin>
22
22
<version .kotlinx-coroutines-core>1.8.1</version .kotlinx-coroutines-core>
23
- <version .sslcontext-kickstart>8.3.7 </version .sslcontext-kickstart>
23
+ <version .sslcontext-kickstart>9.0.0 </version .sslcontext-kickstart>
24
24
<version .spring>3.3.1</version .spring>
25
25
<version .slf4j>2.0.13</version .slf4j>
26
26
<version .logback>1.5.6</version .logback>
You can’t perform that action at this time.
0 commit comments