我试图在MacOS10.12上使用libssl安装围城,但是当我对https url使用该实用工具时,我会收到以下错误。
错误HTTPS需要libssl:无法通过此协议到达https://example.com/:套接字已经连接到
我正在安装这个维基中的以下命令
./configure --with-ssl
make
make install发布于 2019-08-02 15:59:55
这是在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进行围攻了。这在macOS 10.14.5上用攻城4.0.4rc3、提交散列05dcfac88ecdd57b94276e4ce82477cba9129b6和OpenSSL1.0.2s进行了测试。
发布于 2017-12-21 18:43:25
使用brew安装围攻。
它帮我解决了这个问题。我唯一需要做的就是把围攻联系起来。
https://coderwall.com/p/qfrk1w/making-siege-work-with-https-on-os-x-mavericks。brew卸载包围
brew安装openssl
brew链接-强制openssl
brew安装包围
ti必须做的额外步骤()。在-s /usr/局部/C业力/攻城/4.0.4/bin/攻城/usr/局部/bin/围困。
https://stackoverflow.com/questions/43052752
复制相似问题