From f347da5099e003fce230adf09abc05f060cfbbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thirion=20Aur=C3=A9lien?= Date: Tue, 22 Mar 2022 10:16:56 +0100 Subject: [PATCH] fix: [misp config] https --- configs/keys/mispKEYS.py.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/keys/mispKEYS.py.sample b/configs/keys/mispKEYS.py.sample index 55e00922..4da4c128 100644 --- a/configs/keys/mispKEYS.py.sample +++ b/configs/keys/mispKEYS.py.sample @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -misp_url = 'http://10.1.0.143' +misp_url = 'https://10.1.0.143' misp_key = 'c5VRXJahYVux3rkPULbbILTNmAwlXU8Eas9zvl36' # The MISP auth key can be found on the MISP web interface under the automation section misp_verifycert = True