Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to connect to ftp.pcre.org port 443: Connection timed out #583

Open
AndreC10002 opened this issue Nov 17, 2021 · 1 comment
Open

Comments

@AndreC10002
Copy link

AndreC10002 commented Nov 17, 2021

Trying to compile API Umbrella from source, received the following error message:

Failed to connect to ftp.pcre.org port 443: Connection timed out

A workaround is to edit 'tasks/deps/openresty' as follows:

#download "https://ftp.pcre.org/pub/pcre/pcre-$pcre_version.tar.bz2" "md5" "$pcre_hash"
download "https://cfhcable.dl.sourceforge.net/project/pcre/pcre/8.43/pcre-8.43.tar.bz2" "md5" "$pcre_hash"

@bihinchi
Copy link

bihinchi commented Dec 8, 2021

Replace the domain in tasks/deps/openresty from pcre.org to exim.org and run make again. Should work.

Had to do it for geolite as well. https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
->
https://web.archive.org/web/20191227182209/https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants