Behind corporate proxy I am not able to download the java rpm through curl command
skpandey91 opened this issue · 2 comments
skpandey91 commented
Hi I am trying to build the amazon corretto image based on the docker file for correttot-8-docker.
But I am getting below error.
[INFO] DOCKER> [91mcurl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to my.proxy
It is not able to download the java rpm through corporate proxy
davecurrie commented
Hi @skpandey91.
You may need to customize the dockerfile to work in your specific environment. Have you already made a change that doesn't work as expected?
skpandey91 commented
After setting correct proxy setting I am able to download it.
@davecurrie Thanks!!!