makefile: awesome_bot: ignore SSL errors on https://flaskbb.org/

- https://flaskbb.org/ SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert protocol
pull/2503/head
nodiscc 2021-04-18 18:24:35 +02:00
parent c72f8d5ad6
commit 2dfa23dfca
No known key found for this signature in database
GPG Key ID: 61B23168A539DBBD
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/make -f
SHELL = /bin/bash
AWESOME_BOT_OPTIONS = --allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps
AWESOME_BOT_OPTIONS = --allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps,flaskbb.org
all: check_all