ibmresilient / resilient-python-api

Python Library for the IBM SOAR REST API, a Python SDK for developing Apps for IBM SOAR and more...
https://ibm.biz/soar-python-docs
MIT License
39 stars 28 forks source link

Reword warning message in app selftest #24

Closed COLDTURNIP closed 2 years ago

COLDTURNIP commented 2 years ago

Reword warning message in app selftest.

Description

Reword the selftest warning message while verifying connection using operating system's default trust CA set.

Motivation and Context

If app.config doesn't specify cafile, it should establish a secure connecton and trust the certificate that signed by a well known Issuer. However, if cafile is not specified, the selftest complains about the insecure connection, which is inaccurate.

How Has This Been Tested?

In app.config, keep cafile unchanged (or comment it out), and trigger selftest. It should warns "Only allows the connections that trusted by operating system" instead of "connection will not be secure"

Checklist:

Signed-off-by: Raphanus Lo coldturnip@gmail.com