diff options
author | nodiscc <nodiscc@gmail.com> | 2021-04-18 16:24:35 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2021-04-18 16:24:35 +0000 |
commit | 2dfa23dfcaf9367fae4278f64edc9bef9ebfbd32 (patch) | |
tree | 6446a705304be1ba6f1e2480a7a9c4f116512158 | |
parent | remove problematic nullboard demo link (diff) | |
download | awesome-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-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |