Skip to content

Error 599 from Firebase.pm (with resolution info) #3

Description

@kentfuka

If the Firebase.pm install test t/02-firebase.t fails with an error 599, make sure you have IO:Socket::SSL 1.42+ installed as a prerequisite.

$response = bless( {
                 '_rc' => 599,
                 '_content' => 'IO::Socket::SSL 1.42 must be installed for https support',
                 '_headers' => bless( {
                                        'content-type' => 'text/plain',
                                        'content-length' => 57
                                      }, 'HTTP::Headers' ),
                 '_msg' => 'Internal Exception'
               }, 'HTTP::Response' );

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions