P
Hello @atripp ,
Thank you for your help.
We have an intermediate certificate (proxy), which I think, as you point out, can be the problem. I will clarify with our IT department. Anyway, after reading a little bit more, there is a variable to force Kaniko to use HTTP/1.1.
variables:
GODEBUG: "http2client=0"
After adding that, everything works :)
Thank you!
Best Regards,
Pedro