Re: PHP Errors
"J.O. Aho" <[email protected]>
| Newsgroups | comp.infosystems.www.servers.unix,comp.lang.php,comp.unix.bsd.freebsd.misc |
|---|---|
| Message-ID | <[email protected]> |
On 20/11/2022 14.56, The Doctor wrote: > In article <[email protected]>, > J.O. Aho <[email protected]> wrote: >> On 20/11/2022 03.51, The Doctor wrote: >>> HOw do we test if this is the case? >> >> First see if you can resolve the domain name to an ip on the machine >> host wordpress.org > > wordpress.org has address 198.143.164.252 > wordpress.org mail is handled by 10 mail.wordpress.org. At least not dns issues. >> also check if you can connect to it >> >> wget -S https://wordpress.org >> > > wget -v -v -v -v -v -v -v -v -v -v -S https://wordpress.org > --2022-11-20 06:54:04-- https://wordpress.org/ > Resolving wordpress.org (wordpress.org)... 198.143.164.252 > Connecting to wordpress.org (wordpress.org)|198.143.164.252|:443... failed: Operation timed out. > Retrying. > > --2022-11-20 06:55:20-- (try: 2) https://wordpress.org/ > Connecting to wordpress.org (wordpress.org)|198.143.164.252|:443... > > The URL http://s9y.org/mirror/package_sidebar_en.xml (IP 185.26.156.208) could not be opened. > Maybe the Serendipity or SourceForge.net Server is down - we are sorry, you need to try again later. I would check the result of `pfctl -sr` to see if you have setup rules that may block traffic to or from the remote service. Sadly my BSD skills are minimal, so no further suggestions what to look at regarding firewall. If you don't find anything in the firewall rules, you can also try to use tcptraceroute and see if you can get a route from you to wordpress/s9y.org -- //Aho