You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** ISSUE **
Cannot download images when going through company SSL inspection proxy
Install netskope or zscaler clients on users machine and execute the following command
finch run --rm amazoncorretto:11 -- java -version
** ERROR **
docker.io/library/amazoncorretto:11: resolving |--------------------------------------|
elapsed: 0.1 s total: 0.0 B (0.0 B/s)
INFO[0000] trying next host error="failed to do request: Head \"https://registry-1.docker.io/v2/library/amazoncorretto/manifests/11\": tls: failed to verify certificate: x509: certificate signed by unknown authority" host=registry-1.docker.io
FATA[0000] failed to resolve reference "docker.io/library/amazoncorretto:11": failed to do request: Head "https://registry-1.docker.io/v2/library/amazoncorretto/manifests/11": tls: failed to verify certificate: x509: certificate signed by unknown authority
The host shell export variables also dont work SSL_CERT_FILE
The procedure I followed to resolve this issue is as follows.
Ran into this as well. Also happens with podman, but the steps that @aavileli outlined to "resolve" work for both. Required finch vm stop and finch vm start also for it to take effect for me.
With Rancher Desktop's implementation however, I do not run into this.
** ISSUE **
Cannot download images when going through company SSL inspection proxy
Install netskope or zscaler clients on users machine and execute the following command
** ERROR **
The host shell export variables also dont work
SSL_CERT_FILE
The procedure I followed to resolve this issue is as follows.
The go struct for finch https://github.com/runfinch/finch/blob/main/pkg/config/config.go#L35-L57. does not have support for additional environment variables or certificate import
The text was updated successfully, but these errors were encountered: