Relative Content

Tag Archive for javasslmutual-authentication

Connection reuse fails when HttpClient uses two-way authentication

`When HttpClient uses two-way authentication, connection multiplexing is invalid. Normal HTTP or HTTPS request connection multiplexing is effective. It only becomes invalid when using Mutual SSL. However, after turning off the server-side two-way authentication, connection multiplexing can take effect normally again. After two-way authentication is enabled, every request will undergo a TCP re-handshake.