Skip to content

Commit

Permalink
Merge branch 'main' into bump-version-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liga-oz committed May 12, 2023
2 parents f89a4e2 + 53d1938 commit 5572690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private org.apache.hc.client5.http.impl.classic.CloseableHttpClient createTLSCli
.setMaxConnPerRoute(MAX_CONNECTIONS_PER_ROUTE)
.setMaxConnTotal(MAX_CONNECTIONS)
.setSSLSocketFactory(SSLConnectionSocketFactoryBuilder.create()
.setTlsVersions(TLS.V_1_3)
.setTlsVersions(TLS.V_1_2) // TLS 1.3 not yet supported by cf routing
.setSslContext(context)
.build())
.build());
Expand Down

0 comments on commit 5572690

Please sign in to comment.