Subject: | t/apache.t fails: connection refused |
apache.org apparently is refusing connection based on useragent, so the test fails. i swapped
apache.org with bankofamerica.com and it worked. it might be a good idea to cycle through a
randomized list of sites, and pass the test on the first successful site.
also, maybe this should be added as the first test:
ok($ua->is_protocol_supported('https'));