File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/com/cucumber/tutorial/context/services/api Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 3030import org .apache .hc .core5 .http .io .SocketConfig ;
3131import org .apache .hc .core5 .http .io .entity .EntityUtils ;
3232import org .apache .hc .core5 .http .protocol .HttpContext ;
33- import org .apache .hc .core5 .http .ssl .TLS ;
3433import org .apache .hc .core5 .net .URIBuilder ;
3534import org .apache .hc .core5 .pool .PoolConcurrencyPolicy ;
3635import org .apache .hc .core5 .pool .PoolReusePolicy ;
@@ -77,7 +76,6 @@ protected static HttpClientBuilder defaultHttpClientBuilder() {
7776 .setTlsSocketStrategy ((TlsSocketStrategy ) ClientTlsStrategyBuilder .create ()
7877 .setSslContext (ctx )
7978 .setHostnameVerifier (new NoopHostnameVerifier ())
80- .setTlsVersions (TLS .V_1_3 )
8179 .build ())
8280 .setDefaultSocketConfig (SocketConfig .custom ().setSoTimeout (Timeout .ofSeconds (601 )).build ())
8381 .setPoolConcurrencyPolicy (PoolConcurrencyPolicy .STRICT )
You can’t perform that action at this time.
0 commit comments