Hello Clary,
Thank you so much for your response.
I checked and found that the anti-virus firewall needs to disable.
Thank you
[Moderator Note: Personal Info Removed]
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Tried to install CRC Setup but it is showing fail
error:
ERRO unable to get verified hash for default bundle: Get "https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.21.8/sha256sum.txt.sig": dial tcp: lookup mirror.openshift.com on [2401:4900:50:9::18d]:53: dial udp [2401:4900:50:9::18d]:53: connect: An attempt was made to access a socket in a way forbidden by its access permissions.
Please help me for this
Answer recommended by moderator
Hello Clary,
Thank you so much for your response.
I checked and found that the anti-virus firewall needs to disable.
Thank you
[Moderator Note: Personal Info Removed]
I can also see that the Q&A Assist has already suggested some helpful suggestions. Please do take a moment to go through those steps and see if any of them make a difference.
In addition, may I also ask how you downloaded the CRC installer, for example, was it downloaded directly through a browser or via a specific tool?
It would also be helpful to know whether you’re experiencing similar issues when downloading other applications or accessing external sites. If the issue occurs with multiple downloads, it could further indicate a network or DNS-related restriction rather than something specific to CRC.
Please feel free to share any updates and I’ll be happy to assist further.
If you have additional questions about this answer, please click "Comment".
Note: If you want to receive email notifications about this thread, follow the steps in our documentation to enable email notifications.
The error indicates that Windows is blocking DNS/HTTPS traffic rather than a problem with the CRC installer itself. Port 443 and DNS (port 53) must be reachable.
Use these steps to troubleshoot on Windows 11:
netstat -ano | findstr :443
nslookup mirror.openshift.com
If this fails, DNS is blocked or misconfigured. curl -v https://mirror.openshift.com/ -o nul
If connection is refused or times out, network/firewall is blocking outbound 443.Once DNS resolution (port 53) and HTTPS (port 443) work from the machine, rerun the CRC setup; the bundle hash download should succeed.
References: