Disclaimer: English is not my first language, so I'm sorry for any mistakes
Description
While downloading any package depending on brotli vcpkg gives the following error:
`"Couldn't connect to server"
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:181 (message):
Failed to download file. If you use a proxy, please set the HTTPS_PROXY and HTTP_PROXY environment variables to "https://user:password@your-proxy-ip-address:port/". Otherwise, please submit an issue at https://github.com/Microsoft/vcpkg/issues
Call Stack (most recent call first):
scripts/cmake/vcpkg_find_acquire_program.cmake:438 (vcpkg_download_distfile)
scripts/cmake/vcpkg_fixup_pkgconfig.cmake:270 (vcpkg_find_acquire_program)
ports/brotli/portfile.cmake:25 (vcpkg_fixup_pkgconfig)
scripts/ports.cmake:79 (include)
Error: Building package brotli:x86-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: brotli:x86-windows
Vcpkg version: 2020.06.15-nohash
Additionally, attach any relevant sections from the log files above.
`
Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install brotli [or any package depending on it, in my case it was qt5]
A quick workaround is to download the files:
In the downloads subdirectory of the main vcpkg directory.
Duplicate to #13852.
Most helpful comment
A quick workaround is to download the files:
In the downloads subdirectory of the main vcpkg directory.