Browse Source

Added ssl_local_pk option for Http/Client

Vincent PLANCHER 5 years ago
parent
commit
f53d096ffb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Http/Client/Adapter/Stream.php

+ 1 - 0
src/Http/Client/Adapter/Stream.php

@@ -212,6 +212,7 @@ class Stream implements AdapterInterface
             'ssl_allow_self_signed',
             'ssl_cafile',
             'ssl_local_cert',
+            'ssl_local_pk',
             'ssl_passphrase',
         ];
         if (empty($options['ssl_cafile'])) {