apache-httpclient-5.x

Conscrypt with jdk8 to enable ALPN for http2

我的梦境 提交于 2019-12-18 06:57:58
问题 I have been searching how to implement Conscrypt SSL provider using conscrypt-openjdk-uber-1.4.1.jar for jdk8 to support ALPN for making a http2(using apache httpclient 5) connection to a server as jdk8 does not support ALPN by default or the other solution is to migrate to jdk9(or higher) which is not feasible for now as our product is heavily dependent on jdk8 I have been searching extensively for some docs or examples to implement but I could not find one. I have tried to insert conscrypt