JDK 8 Issue with ALPN support

Viewed 29

I am facing an issue where I am trying to connect to google secret manager, which requires grpc-okhttp. it uses ALPN to connect over http 2. However, seems like that support was added in JDK 9 as per following link.

https://issues.jenkins.io/browse/JENKINS-53131

is there a way I can fix this issue without upgrading it. download those ALPN libraries and put them into classpath or something ?

0 Answers
Related