nautobot / nautobot-plugin-chatops-ipfabric

IP Fabric ChatOps
Other
11 stars 6 forks source link

Add SSL Verification environment variable #64

Closed ghost closed 2 years ago

ghost commented 2 years ago

Environment

Cannot connect to self-signed IP Fabric instances

Proposed Functionality

Environment variable IPF_VERIFY

Use Case

Example error: HTTPSConnectionPool(host='demo3.ipf.ipfabric.io', port=443): Max retries exceeded with url: /api/v1/tables/addressing/hosts (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1129)')))* :warning:

ghost commented 2 years ago

PR #65

pke11y commented 2 years ago

Resolved with #65