如何使用libssl安装Siege?

Mic*_*ael 5 macos openssl siege

我试图在Mac OS 10.12上使用libssl 安装Siege,但是当我对httpsURL 使用实用程序时,出现以下错误。

[错误] HTTPS需要libssl:无法访问https://example.com/ 使用此协议:套接字已连接

我正在从此Wiki使用以下命令进行安装:

./configure --with-ssl
make
make install
Run Code Online (Sandbox Code Playgroud)

小智 2

使用brew安装siege。
它为我解决了这个问题。我唯一要做的额外事情就是连接围攻。

https://coderwall.com/p/qfrk1w/making-siege-work-with-https-on-os-x-mavericks。rew卸载siegebrew
安装opensslbrew
链接--forceopensslbrew
安装siege

ti 必须执行的额外步骤(Mac OS Sierra 低)。ln -s /usr/local/Cellar/siege/4.0.4/bin/siege /usr/local/bin/siege 。