To add custom cacert to the javabuildpack, i used to place it in resources/open_jdk_jre/lib/security/cacert
and that was working earlier until Java Buildpack 3.10. With the Java buildpack 3.12 it doesnt work anymore. I get "javax.net.ssl.SSLHandshakeException:"
How do i add a custom root certificate to the java buildpack?
To add custom cacert to the javabuildpack, i used to place it in resources/open_jdk_jre/lib/security/cacert
and that was working earlier until Java Buildpack 3.10. With the Java buildpack 3.12 it doesnt work anymore. I get "javax.net.ssl.SSLHandshakeException:"
How do i add a custom root certificate to the java buildpack?