aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2021-04-18 16:24:35 +0000
committernodiscc <nodiscc@gmail.com>2021-04-18 16:24:35 +0000
commit2dfa23dfcaf9367fae4278f64edc9bef9ebfbd32 (patch)
tree6446a705304be1ba6f1e2480a7a9c4f116512158
parentremove problematic nullboard demo link (diff)
downloadawesome-selfhosted-2dfa23dfcaf9367fae4278f64edc9bef9ebfbd32.tar.gz
awesome-selfhosted-2dfa23dfcaf9367fae4278f64edc9bef9ebfbd32.zip
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
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5a9cb3f..3eeb4e0d 100755
--- a/Makefile
+++ b/Makefile
@@ -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