Charles Moulliard

Results 385 comments of Charles Moulliard

I propose that we add a new helm value to be able to contigure the DNS01 arguments as you did. Can you create a PR ? @skajake

We can get rid of the kernel error if we pass as graalvm argument ``` --initialize-at-run-time=com.github.dockerjava.transport.NamedPipeSocket$Kernel32 ```

But we got now another error ``` The culprit object has been instantiated by the 'org.apache.hc.client5.http.impl.auth.NTLMEngineImpl' class initializer with the following trace: at java.security.SecureRandom.(SecureRandom.java:331) at java.security.SecureRandom.getInstance(SecureRandom.java:391) at org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.(NTLMEngineImpl.java:104) The object...

I got the same error on my PR #814

Temporary workaround is to set as ENV VAR `SSL_CERT_DIR` - https://github.com/redhat-buildpacks/testing/commit/87c186fa58588e48525268e79e19154cdcb579df#diff-a37dde4de2485edb113484a3c30e42bf483b3dd03c055c6b12e3e52e63366de3L57