You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nginx Proxy Manager breaks down completely when trying to use captcha remediation with the default captcha.html.
Every Site shows Errorcode: SSL_ERROR_UNRECOGNIZED_NAME_ALERT when using https, and the standard page is shown when using http (force SSL and HSTS activated). When I remove myself from the decisions, back to normal.
Expected Behavior
Captcha being made, ban if unsuccessful, removal from list when successful.
Steps To Reproduce
Add recaptcha data to crowdsec-openresty-bouncer.conf (bottom), set to captcha.html.
then run sudo cscli decisions add -i <IP> -t captcha
Current Behavior
Nginx Proxy Manager breaks down completely when trying to use captcha remediation with the default captcha.html.
Every Site shows Errorcode: SSL_ERROR_UNRECOGNIZED_NAME_ALERT when using https, and the standard page is shown when using http (force SSL and HSTS activated). When I remove myself from the decisions, back to normal.
Expected Behavior
Captcha being made, ban if unsuccessful, removal from list when successful.
Steps To Reproduce
Add recaptcha data to crowdsec-openresty-bouncer.conf (bottom), set to captcha.html.
then run sudo
cscli decisions add -i <IP> -t captcha
Go to one of the proxies
Environment
Container creation
version: '3.8'
services:
npm:
image: lepresidente/nginx-proxy-manager:latest
platform: linux/arm64
container_name: npm
restart: unless-stopped
ports:
- "80:8080"
- "443:4443"
- "81:8181"
volumes:
- data:/data
- letsencrypt:/etc/letsencrypt
environment:
DB_MYSQL_HOST: "-"
DB_MYSQL_PORT: -
DB_MYSQL_USER: "-"
DB_MYSQL_PASSWORD: "-"
DB_MYSQL_NAME: "npm"
networks:
- network
volumes:
data:
letsencrypt:
networks:
network:
driver: bridge
Container log
Container inspect
No response
Anything else?
CAPTCHA_PROVIDER=recaptcha
Captcha Secret Key
SECRET_KEY=Key
Captcha Site key
SITE_KEY=Other Key
CAPTCHA_TEMPLATE_PATH=/data/crowdsec/templates/captcha.html
CAPTCHA_EXPIRATION=3600
The text was updated successfully, but these errors were encountered: