Comment 2 for bug 1513508

Revision history for this message
Mathieu Mitchell (mat128) wrote :

We are successfully using Swift in HTTPS from IPA. The error you are getting is a certificate validation issue. This means the certificate offered on your swift endpoint (which looks like it's https://192.168.103.10:8080/) is invalid. Note that a self-signed cert will not work for IPA as it is trying to validate that the cert is right.

There is currently no option to tell IPA to not verify the SSL certificates. See the requests calls:
https://github.com/openstack/ironic-python-agent/blob/15e4454e68c93d6beca55ef2925733833673b20c/ironic_python_agent/extensions/standby.py#L152