k3nny
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/SocketTrait.php
|
|
|
@ -39,7 +39,7 @@ trait SocketTrait |
|
|
|
// Default: Context for ssl
|
|
|
|
$context = stream_context_create([ |
|
|
|
'ssl' => [ |
|
|
|
'ciphers' => 'ADH:ALL', |
|
|
|
'ciphers' => 'ADH:ALL@SECLEVEL=0', |
|
|
|
'verify_peer' => false, |
|
|
|
'verify_peer_name' => false |
|
|
|
] |
|
|
|
|