Skip to content

ERROR 503: Service Temporarily Unavailable while downloading main.cvd #616

@siddharthbalaji

Description

@siddharthbalaji

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:

  1. wget https://www.clamav.net/downloads/production/clamav-0.103.6.tar.gz
  2. tar xvzf clamav-0.103.6.tar.gz
  3. cd clamav-0.103.6
  4. ./configure
  5. make && make install
  6. 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"
  7. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions