From f80921ec8e917216ad891860fb32801b741838ec Mon Sep 17 00:00:00 2001 From: "daniel.x.olsson@ri.se" Date: Mon, 2 Jan 2023 17:03:16 +0100 Subject: Changed default SSL verify to True --- phpipam_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpipam_api/__init__.py b/phpipam_api/__init__.py index 3c3fc06..f579572 100755 --- a/phpipam_api/__init__.py +++ b/phpipam_api/__init__.py @@ -20,7 +20,7 @@ class PhpipamAPI: https://phpipam.net/api-documentation/ """ - def __init__(self, api_url, app_id, api_user, api_password, verify=False): + def __init__(self, api_url, app_id, api_user, api_password, verify=True): """ Parameters ---------- -- cgit v1.2.3