mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
597a105be7 | ||
|
|
acad5e14cc |
1 changed files with 8 additions and 3 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
|
||||
]
|
||||
];
|
||||
|
||||
|
|
@ -184,7 +186,10 @@ class Request
|
|||
$this->_host,
|
||||
$this->_port,
|
||||
$this->_path,
|
||||
$this->_query ? sprintf(
|
||||
'?%s',
|
||||
$this->_query
|
||||
) : null
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue