-
Notifications
You must be signed in to change notification settings - Fork 820
Closed
Description
Describe the bug
While building my docker image, I am getting "ERROR 503: Service Temporarily Unavailable" when trying to download the main.cvd file from http://database.clamav.net/main.cvd using "wget" command. The clamav version is 0.103.6
How to reproduce the problem
Steps to reproduce the issue:
- wget https://www.clamav.net/downloads/production/clamav-0.103.6.tar.gz
- tar xvzf clamav-0.103.6.tar.gz
- cd clamav-0.103.6
- ./configure
- make && make install
- wget --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.41" "http://database.clamav.net/main.cvd"
- http://database.clamav.net/main.cvd
Resolving database.clamav.net (database.clamav.net)... 104.16.218.84, 104.16.219.84, 2606:4700::6810:db54, ...
Connecting to database.clamav.net (database.clamav.net)|104.16.218.84|:80... connected.
HTTP request sent, awaiting response... 503 Service Temporarily Unavailable
ERROR 503: Service Temporarily Unavailable.
Replace this text with the output from the ClamAV command:
clamconf -n
GNU C: 4.8.5 20150623 (Red Hat 4.8.5-44) (4.8.5)
CPPFLAGS:
CFLAGS: -g -O2 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
CXXFLAGS: -g -O2
LDFLAGS:
Configure: --enable-ltdl-convenience
sizeof(void) = 8
Engine flevel: 127, dconf: 127*
Attachments
If applicable, add screenshots to help explain your problem.
If the issue is reproducible only when scanning a specific file, attach it to the ticket.
Metadata
Metadata
Assignees
Labels
No labels