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