RELEASED: Public: 2021-05-05
Resolved issues
- SNI support on ElasticSearch Reporter plugin (BEE-1630)
-
Before this change, HTTP communications were handled by an old version of
async-http-client
that didn’t support Server Name Indication (SNI).The underlying http library has now been migrated to use
okhttp
, which does support SNI. This issue has been resolved.