Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 5194999

Browse files
committed
Add sslcafile and sslcapath to default options
So that people may easily see that they exist
1 parent c620830 commit 5194999

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Client.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ class Client implements Stdlib\DispatchableInterface
110110
'outputstream' => false,
111111
'encodecookies' => true,
112112
'argseparator' => null,
113-
'rfc3986strict' => false
113+
'rfc3986strict' => false,
114+
'sslcafile' => null,
115+
'sslcapath' => null,
114116
];
115117

116118
/**

0 commit comments

Comments
 (0)