NatLabRockies / NatLabRockies/api-umbrella
Failed to connect to ftp.pcre.org port 443: Connection timed out
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 2.2k
- Forks
- 373
- PR merge metrics
- No merged PRs in 30d
Description
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"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with tasks/deps/openresty and inspect the download URL and checksum arguments used for the PCRE dependency. Replace the unavailable source location with a working one, then compile API Umbrella from source to confirm the dependency download succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100