Fatal error: Uncaught Swoole\Coroutine\Http\Client\Exception: you must configure with `--enable-openssl` to support ssl connection when compiling Swoole in

lys2022年01月26日 0条评论

重新编译 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