Skip to content

Commit 0a5e8d5

Browse files
committed
Updated callback post to not verify SSL
1 parent c5485be commit 0a5e8d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tenint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .models.configuration import Configuration, Settings # noqa F401
33
from .connector import Connector # noqa F401
44

5-
__version__ = '0.9.2'
5+
__version__ = '0.9.3'

tenint/connector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ def cmd_run(
259259
callback_url,
260260
headers={'X-Job-ID': job_id},
261261
json=payload,
262+
verify=False,
262263
)
263264
logger.info(f'Called back to {callback_url=} with {job_id=} and {payload=}')
264265
else:

0 commit comments

Comments
 (0)