I have the web interface behind a reverse proxy, and connections to it timeout a lot. TLS is being terminated at the OpenVAS host, not the reverse proxy.
gsad.log contains a ton of these messages:
MHD: Server reached connection limit (closing inbound connection)
I believe I’ve traced the issue back to libmicrohttpd and the default setting of MHD_OPTION_CONNECTION_LIMIT = 2
Except I don’t know how to increase this limit. Does anyone have any recommendations?