gpt4 book ai didi

macos - 如何使用 libssl 安装 Siege?

转载 作者:行者123 更新时间:2023-12-04 21:07:02 29 4
gpt4 key购买 nike

我正在尝试安装 Siege在 Mac OS 10.12 上使用 libssl,但是当我针对 https 使用该实用程序时url 我收到以下错误。

[error] HTTPS requires libssl: Unable to reach https://example.com/ with this protocol: Socket is already connected



我正在使用以下命令进行安装 wiki :
./configure --with-ssl
make
make install

最佳答案

这是在 macOS Mojave 上,使用 HomeBrew 安装了 openssl。您将使用 brew获取openssl安装目录的命令:

git clone https://github.com/JoeDog/siege.git
cd siege

./utils/bootstrap

# here's what you're looking for:
./configure --with-ssl=$(brew --prefix openssl)

make

现在你可以使用 ./src/siege https://whatever.domain.invalid 运行 siege .这是在 macOS 10.14.5 上使用 Siege 4.0.4rc3 commit hash 05dcfac88ecdd57bd94276e4ce82477cba9129b6 和 openssl 1.0.2s 进行测试的。

关于macos - 如何使用 libssl 安装 Siege?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43052752/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com