Skip to content

Fatal error when using self-signed ssl cert #8

@jtsternberg

Description

@jtsternberg

Basically a dev only issue. The guzzle exception is not caught, causing a fatal.

Look into using the WP filter to disable ssl verification, then pass that value all the way through Ryan McCue's Requests lib, down into the Guzzle lib, where it should use the 'ssl' => [ 'allow_self_signed' => true ] parameter.

Also, we should catch that exception and display the error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions