Public bug reported: Httping mentions SSL-related options in its manpage and has libssl-dev as a build-dependency, but the SSL support is not actually there.
ubuntu $ lsb_release -rd Description: Ubuntu Xenial Xerus (development branch) Release: 16.04 ubuntu $ apt-cache policy httping httping: Installed: 2.4-1 Candidate: 2.4-1 Version table: *** 2.4-1 500 500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages 100 /var/lib/dpkg/status ubuntu $ httping --version HTTPing v2.4, (C) 2003-2013 folk...@vanheusden.com ubuntu $ ldd /usr/bin/httping linux-vdso.so.1 => (0x00007ffd063d7000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fc57b2f0000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc57af26000) /lib64/ld-linux-x86-64.so.2 (0x00007fc57b601000) ubuntu $ httping -c 1 -S -M https://launchpad.net/ Auto enabling SSL due to https-URL[ Segmentation fault (core dumped) For comparison, here is what I get on an Arch Linux system: arch $ httping --version HTTPing v2.4, (C) 2003-2013 folk...@vanheusden.com * SSL support included (-l) * ncurses interface with FFT included (-K) arch $ ldd /usr/bin/httping linux-vdso.so.1 (0x00007ffc18785000) libm.so.6 => /usr/lib/libm.so.6 (0x00007feff1a74000) libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007feff1803000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007feff138c000) libncursesw.so.6 => /usr/lib/libncursesw.so.6 (0x00007feff111f000) libfftw3.so.3 => /usr/lib/libfftw3.so.3 (0x00007feff0d1e000) libc.so.6 => /usr/lib/libc.so.6 (0x00007feff097d000) /lib64/ld-linux-x86-64.so.2 (0x00007feff1d79000) libdl.so.2 => /usr/lib/libdl.so.2 (0x00007feff0779000) arch $ httping -c 1 -S -M https://launchpad.net/ Auto enabling SSL due to https-URL[ { "status" : "1", "seq" : "1", "start_ts" : "1460371981,551323", "resolve_ms" : "1,090491e+02", "connect_ms" : "3,707514e+02", "request_ms" : "4,601479e-02", "total_ms" : "6,026330e+02", "http_code" : "200", "msg" : "200 OK", "header_size" : "576", "data_size" : "0", "bps" : "0,000000", "host" : "91.189.89.222", "ssl_fingerprint" : "6b:2d:72:36:55:ea:db:7b:37:57:72:2d:91:a7:74:5d", "time_offset" : "-18340092,664480", "tfo_success" : "false", "ssl_ms" : "2,495561e-01", "tfo_succes" : "false", "ssl_ms" : "2,495561e-01", "write" : "1,225369e+02", "close" : "5,960464e-03", "cookies" : "0", "to" : "-1,834009e+07", "tcp_rtt_stats" : "1,216250e+02", "re_tx" : "0", "pmtu" : "1500", "tos" : "00" } ] ** Affects: httping (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568799 Title: httping: built without SSL support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/httping/+bug/1568799/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs