I am trying to install Siege with libssl on Mac OS 10.12, but when I use the utility against an https
url I am receiving the following error.
[error] HTTPS requires libssl: Unable to reach https://example.com/ with this protocol: Socket is already connected
I am installing with the following commands from this wiki:
./configure --with-ssl
make
make install