Skip to content

Response['errors'] is a dict #18

@lasley

Description

@lasley

In cfssl.py (line 383): raise CFSSLRemoteException(
This fails because response.get(‘errors’, []) returns a dictionary. I changed this to raise CFSSLRemoteException(response), which generates this:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions