# Pastebin uGx8OVjc octavia/api/v2/controllers/base.py Line 255: Change: except Exception: bad_refs.append(ref) To: except Exception as e: LOG.error('Certificate error: %s', str(e)) bad_refs.append(ref)