Alion
Alion
> https://github.com/batkiz/anti-redirect/raw/gh-pages/anti-redirect.user.js > > 👆试试这个 Edga 86 测试无效。
```php use Swoole\Http2\Request; use Swoole\Coroutine\Http2\Client; use function Swoole\Coroutine\run; run(function () { $domain = 'www.zhihu.com'; $cli = new Client($domain, 443, true); $cli->set([ 'timeout' => -1, 'ssl_host_name' => $domain ]); $cli->connect(); $req...
> 升级 OpenSSL 后是否尝试过重新编译 Swoole 扩展? 您应该从头重新编译它,执行`make clean`命令,然后`phpize`, `configure`, `make`, `make install`... An error occurred on the HTTP client request. ``` bash [2022-04-28 16:43:29 @15303.0] NOTICE Socket::ssl_connect(fd=12) to server[0.0.0.0:32949] failed....
> What is the openssl version after upgrading? ``` bash openssl version OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) php --ri swoole swoole Swoole => enabled...
> Please checking the list of tls versions that openssl support. > > ```shell > openssl s_client -help 2>&1 | awk '/-(ssl|tls)[0-9]/{print $1}' > ``` openssl s_client -help 2>&1 |...
> The exception is throw at line 14, from the `$http->get('/')`, the one that is not wrapped in a `try..catch` block. Exceptions thrown inside coroutines aren't catchable by outter `try..catch`...
Changing socks5_host to [::] will fix,But set to [::] does not support IPv4 URLs.
https://github.com/shawn1m/overture/issues/180
这里有个IPv4的,补充下保留地址段,https://gist.github.com/LazyZhu/3f15cf7ab3777b54d21c
遇到相同问题,1080P屏幕