Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Fix for verify_ssl parameter

Compare
Choose a tag to compare
@AlanCoding AlanCoding released this 28 Jan 17:42
· 87 commits to master since this release
f1d388d

This release is motivated by mishandling of the verify_ssl parameter, where the default behavior was False (not verify SSL) whereas it should have been True (yes verify SSL). This will cause errors for users who do not have a certs set up and are using tower-cli without this set explicitly to False.