From 32042034e2a819feeae99d0085ec7e598b98cca5 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sun, 26 May 2024 12:02:29 +0200 Subject: [PATCH] update opengist demo url (#721) - ref: #1 - `https://opengist.thomice.li : HTTPSConnectionPool(host='opengist.thomice.li', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'opengist.thomice.li'. (_ssl.c:1007)")))` - Demo URL moved to `https://demo.opengist.io`, old URL is currently still available --- software/opengist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/opengist.yml b/software/opengist.yml index 6e8db38b15..15fd71e6b4 100644 --- a/software/opengist.yml +++ b/software/opengist.yml @@ -10,7 +10,7 @@ platforms: tags: - Pastebins source_code_url: https://github.com/thomiceli/opengist -demo_url: https://opengist.thomice.li +demo_url: https://demo.opengist.io stargazers_count: 1414 updated_at: '2024-05-12' archived: false