-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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
Labels
No labels