I'm facing the unable to find valid “certification...
# all-things-deployment
c
I'm facing the unable to find valid “certification path to requested target “ issue when compiling the code and in the datahub-protobuf module , has anyone faced this problem before ? How to solve this ? And it's trying to download some open jdk 11 tar, eventhough I'm using java 8. Help help would be great here . Thanks
b
the jdk11 is expected since there is some code that is being written in jdk11 although most of it is still jdk8 for now
c
Oh k. So any solution to this certificate problem ? Anyone solved this ? Or faced this issue ?
So to compile this jdk11 code in jdk8 environment, it needs to download this jdk11 binaries I guess right ?
b
they're making use of gradle toolchains to download the jdk11
c
Yeah , I'm getting this error of certificate which is not allowing for downloading of the jdk11 binaries
b
https://datahubspace.slack.com/archives/C029A3M079U/p1652274066128149 maybe you could try preinstalling the binary instead? i dunno if it will work for you
m
@creamy-controller-55842 are you behind corporate firewall proxy? may need to check with your local admin for proxy setting or ask if there’s artifactory setup
c
Yeah you are right,