Skip to content

{:tls_alert, 'handshake failure'} #33

@lasernite

Description

@lasernite

Following along from codedge-llc/pigeon#72 trying to get push notifications working in production, the simple command Kadabra.open('api.push.apple.com', :https, port: 443) or Kadabra.open('api.push.apple.com', :https, port: 2197) renders the error:

[error] {:tls_alert, 'handshake failure'}
** (EXIT from #PID<0.664.0>) shell process exited with reason: shutdown: failed to start child: :connection
    ** (EXIT) bad return value: {:error, {:tls_alert, 'handshake failure'}}

Has this come up before? The Endpoint has working https on port 443 and force_ssl: [hsts: true], but not sure if Kadabra even goes through the endpoint? Of note, this error does not come up in the local development environment.

Thanks

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