From 12b2fe789d2899e6eea32511c4cdaec38850d7f8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 6 Nov 2025 21:37:21 -0800 Subject: [PATCH] ssl --- launch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/launch.sh b/launch.sh index f289b3e..586fae6 100755 --- a/launch.sh +++ b/launch.sh @@ -17,6 +17,9 @@ else exit 1 fi +export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt +export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt + # launch the application if [[ "$1" == pong* ]]; then python3 pong_bot.py