Relative Content

Tag Archive for javahttpscxf

URLConnectionHTTPConduit ignores TLSClientParameters

I use apache cxf (URLConnectionHTTPConduit) to integrate with other server. I faced error: Connection reset. It happend when server chooses ciphers from UNSUPPORTED_CIPHERS. So decided to exclude them using TLSClientParameters. It works totally fine, when I run it on my PC (windows). But in kuber (ubuntu 22) my server keeps offering them in its hello handshake.