macOS Net::ReadTimeout
Created by: ethicalhack3r
Getting a Net::ReadTimeout
error on macOS running arachni-1.5-0.5.11
Full error log: https://gist.github.com/ethicalhack3r/3bf395dfdbb3fae9cd13a14c977fcd7c
/etc/hosts file has this entry:
127.0.0.1 mywordpress.com
I can access mywordpress.com from a browser no problem. I tried adding a proxy to the profile to see if any requests were going through and no requests were seen in the proxy.
Ruby version:
$ ruby -v
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin16]
(also tried with Ruby 2.2.0 and get same error)
macOS version: macOS Sierra version 10.12.3 (16D32)
Do you have any suggestions?