wiremind-helm-charts icon indicating copy to clipboard operation
wiremind-helm-charts copied to clipboard

Clamav ingress 'UNKNOWN COMMAND'

Open salahBI opened this issue 1 year ago • 1 comments

Im installing clamav on a EKS cluster version 1.24, the pod is up and running but when trying to access the ingress url i get the message "UNKNOWN COMMAND".

Nginx controller version 4.1 with NLB as a service

salahBI avatar Jan 31 '24 15:01 salahBI

ClamAV doesn't speak HTTP, so having an Ingress for it doesn't really make sense.

It does, however, speak a plaintext based protocol. So it "understands" the GET request you're sending, but replies aptly with "UNKNOWN COMMAND".

jplitza avatar Sep 13 '24 14:09 jplitza