[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

one of your primary web addresses (130.89.148.14) is throwing 403 errors



I would guess you've already heard this, but no harm in getting extra reports...

$ for h in $(host -t A www.debian.org | awk '/has address/{print $NF}'); do curl -s -w 'remote_ip=%{remote_ip} / code=%{http_code} / connect=%{http_connect}\n' -o /dev/null -k https://${h}/; done
remote_ip=130.89.148.14 / code=403 / connect=000
remote_ip=5.153.231.4 / code=200 / connect=000

I am coming from 128.117.192.59 in case that's in play.

--stephen


Reply to: