You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customer comment (moved from #445): We are seeing issues on v9.1.0 of the agent (with 1.5.0 f5-common-python) with certificate verification failures in the case we use self-signed/unverifiable certificates. The specific issue seems to be here https://github.com/F5Networks/f5-common-python/blob/v1.5.0/f5/bigip/__init__.py#L82 and if we patch to response = connect.get(base_uri, verify=False) it resolves the issue.
OpenStack Release
Liberty
Description
Create a new setting in the f5-openstack-agent.ini file to allow control over cert verification when integrating with Barbican.
The text was updated successfully, but these errors were encountered: