│ 2021-09-10 16:21:10.015 DEBUG 355 --- [ main] o.b.jsse.provider.ProvTlsClient : Client notified of selected cipher suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 │ │ 2021-09-10 16:21:10.033 DEBUG 355 --- [ main] o.b.jsse.provider.PropertyUtils : Integer system property [org...
> > > > I am tring to setup DH parameters with a key length of 2048 bits for using > > cipher suite 'TLS_DHE_RSA_WITH_AES_128_CBC_SHA'. > > > > I saw the way to use openssl like below. But I cannot find the way with > > httpclient and httpcore. > > > > My version ...