Skip to content

Response['errors'] is a dict #18

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions