Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Explicitly use TLS version 1.2 for feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny authored and weierophinney committed Mar 14, 2019
1 parent bfecacb commit 73d6447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Apns/Client/Feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Feedback extends AbstractClient
* @var array
*/
protected $uris = [
'tls://feedback.sandbox.push.apple.com:2196',
'tls://feedback.push.apple.com:2196'
'tlsv1.2://feedback.sandbox.push.apple.com:2196',
'tlsv1.2://feedback.push.apple.com:2196'
];

/**
Expand Down

0 comments on commit 73d6447

Please sign in to comment.