In Docker file we are using the below url to download jdk11 but its not working anymore.
https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz
Getting error
wget https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz -O jdk.tar.gz -nv The certificate's owner does not match hostname 'download.java.net'
Is there any other way to download it?