Host name does not match the certificate subject provided by the peer after library change – Apache
After updating our project dependencies from apache HttpClient 4.5.10 to 4.5.11 we keep getting this error in our local environment. We use hystrix, so the connection itself uses HttpAsyncClient (4.1.2). Production environments work fine after the update, so I guess…