mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
update default options
This commit is contained in:
parent
acad5e14cc
commit
597a105be7
1 changed files with 4 additions and 2 deletions
|
|
@ -17,8 +17,10 @@ class Request
|
||||||
[
|
[
|
||||||
'ssl' =>
|
'ssl' =>
|
||||||
[
|
[
|
||||||
'verify_peer' => false,
|
'allow_self_signed' => true,
|
||||||
'verify_peer_name' => false
|
'disable_compression' => true,
|
||||||
|
'verify_peer_name' => false,
|
||||||
|
'verify_peer' => false
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue