From a6c0077a20e5d82b9a5d724e27b873e84eafc9a3 Mon Sep 17 00:00:00 2001 From: CM Date: Mon, 15 Jan 2024 11:10:34 +0100 Subject: [PATCH] Update notification_client.md --- notification_client.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notification_client.md b/notification_client.md index b4bcf89..a27cf35 100644 --- a/notification_client.md +++ b/notification_client.md @@ -73,7 +73,7 @@ The notification looks like this (only with content). ## ERROR If you get this error: -bash``` +```bash ... ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006) ... @@ -82,5 +82,4 @@ ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verif Then go to Python Folder and execute Ìnstall Certificate.command` ![image](terraform/img/certification_error.png) - End Lab