"Unable to download all files"

Hello, I have just downloaded VCMI for the first time and used GOG files on Windows 11. While I can launch the game, I cannot download any mods — every time I get this error (as I do on startup):
obraz

I don’t have any proxy or VPN set up. VCMI 1.6.7. Also, mods manually downloaded to C:\Users\<Username>\Documents\My Games\vcmi\Mods do not show.

check you hosts file for modifications

also, maybe firewall issue?

Thanks for responding. Firewall seems to be set up properly, and my hosts file is a default one.

you can try setting checkbox “ignore SSL errors” in launcher settings, although not sure it’d help

does the following Powershell script work on your side? Just paste it in Powershell and press Enter, it should display JSON file contents:

$response = Invoke-WebRequest -Uri "https://raw.githubusercontent.com/vcmi/vcmi-mods-repository/develop/vcmi-1.6.json"
$response.Content