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

WARNING: Failed connection to https://urlhaus.abuse.ch/downloads - SKIPPED urlhaus urlhaus.ndb update #426

Open
randolf opened this issue Jan 28, 2024 · 2 comments

Comments

@randolf
Copy link

randolf commented Jan 28, 2024

My logs are indicating that the urlhaus NDB isn't updating, with the following error:

WARNING: Failed connection to https://urlhaus.abuse.ch/downloads - SKIPPED urlhaus urlhaus.ndb update

The following command is successful from my servers, which confirms connectivity and the ability to download the NDB file:

wget https://urlhaus.abuse.ch/downloads/urlhaus.ndb

How can I fix this? Thanks.

P.S.: I'm using v7.2.5 (2021-03-20).

@randolf
Copy link
Author

randolf commented Jan 28, 2024

I found a work-around for now (I'm using Debian Linux)...

cd /var/lib/clamav-unofficial-sigs
mkdir dbs-uh
cd dbs-uh
wget https://urlhaus.abuse.ch/downloads/urlhaus.ndb

After doing that, and setting permissions so that ClamAV can access the "dbs-uh" directory and the "urlhaus.ndb" file, the "clamav-unofficial-sigs" cron job ran automatically and is no longer reporting errors. Instead, it's indicating that it's updating the file correctly:

Successfully updated urlhaus production database file: urlhaus.ndb

If this problem can't be resolved, then perhaps this information should be added to the installation instructions.

@perplexityjeff
Copy link
Contributor

Hi @randolf,

This issue has been noted by others as well and pull requests are already made to address this issue in dev.

However this current repo seems to be abandoned please see #425 for my detailed explanation.

Hope it helps.

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