We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[error] 230#230: *112 [ACCESS] virustotal:access() failed : /usr/share/bunkerweb/deps/lib/lua/resty/upload.lua:109: http v2 not supported yet
use virustotal and configure apikey
services: bunkerweb: image: bunkerity/bunkerweb:1.5.6 ports: - 80:8080 - 443:8443 labels: - "bunkerweb.INSTANCE=yes" environment: - SERVER_NAME=www.xxxxx.com - MULTISITE=yes - DATABASE_URI=mariadb+pymysql://xxxx:xxxx@bw-db:xxxx/db # Remember to set a stronger password for the database - API_WHITELIST_IP=127.0.0.0/8 10.20.30.0/24 - USE_CLAMAV=yes - CLAMAV_HOST=clamav - USE_VIRUSTOTAL=yes - VIRUSTOTAL_API_KEY=90xxxxxx9a78a64 - AUTO_LETS_ENCRYPT=yes - USE_CROWDSEC=yes - CROWDSEC_API=http://crowdsec:xxxx - CROWDSEC_API_KEY=xxxxx - DISABLE_DEFAULT_SERVER=yes - USE_CLIENT_CACHE=yes - USE_GZIP=yes - www.xxxx.com_USE_UI=yes - www.xxxx.com_USE_REVERSE_PROXY=yes - www.xxxx.com_REVERSE_PROXY_URL=/admin - www.xxxx.com_REVERSE_PROXY_HOST=http://bw-ui:7000 - www.xxxx.com_INTERCEPTED_ERROR_CODES=400 404 405 413 429 500 501 502 503 504
2024/04/11 09:50:29 [error] 230#230: *112 [ACCESS] virustotal:access() failed : /usr/share/bunkerweb/deps/lib/lua/resty/upload.lua:109: http v2 not supported yet, client: xxxxxx, server: bw.andyou.com, request: "POST /vulnerabilities/upload/ HTTP/2.0", host: "bw.xxxxx.com", referrer: "https://xxxx.xxxxx.com/vulnerabilities/upload/"
1.5.6
Docker
No response
The text was updated successfully, but these errors were encountered:
Hi @andyoulovexy, thank you for opening this issue. Could you please open the same issue on the appropriate repository ? Thank you https://github.com/bunkerity/bunkerweb-plugins
Sorry, something went wrong.
Hello @andyoulovexy, ATM http2 is not supported on many community plugins. Before we have the time to fix it, you should disable it with HTTP2=no.
HTTP2=no
No branches or pull requests
What happened?
[error] 230#230: *112 [ACCESS] virustotal:access() failed : /usr/share/bunkerweb/deps/lib/lua/resty/upload.lua:109: http v2 not supported yet
How to reproduce?
use virustotal and configure apikey
Configuration file(s) (yaml or .env)
Relevant log output
BunkerWeb version
1.5.6
What integration are you using?
Docker
Linux distribution (if applicable)
No response
Removed private data
Code of Conduct
The text was updated successfully, but these errors were encountered: