From 2dfa23dfcaf9367fae4278f64edc9bef9ebfbd32 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 18 Apr 2021 18:24:35 +0200 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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