
Fatal error: Uncaught Swoole\Coroutine\Http\Client\Exception: you must configure with `--enable-openssl` to support ssl connection when compiling Swoole in
重新编译 swoole
make clean
phpize
./configure --with-php-config=/usr/bin/php-config --enable-openssl --with-openssl-dir=/usr/local/openssl
make -j 4
make install