Cannot access sentry.io dashboard / website

Hello,

I have problem with accessing main website. Forum and docs subdomains work fine for me.

OS: Arch Linux

What I tried and failed:

  • VPN - on/off - different locations
  • curl / firefox / chrome / even User-Agent switcher
  • restart machine
  • restart connection

What works:

Some logs:

$ curl https://sentry.io
Trying 0.0.0.0:443...
connect to 0.0.0.0 port 443 failed: Connection refused

Same with 80 / http:

*   Trying 0.0.0.0:80...
* connect to 0.0.0.0 port 80 failed: Connection refused

EDIT 1:
Pinging points to localhost. I guess some DNS issue

╰─ ping sentry.io
PING sentry.io (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.061 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.050 ms

Looks like hblock is at fault here. It adds entries to /etc/hosts in order to block spam / tracking websites.

Somehow sentry/io ended up on two lists from where hdblock gets the data:

Solution:
Remove sentry entry from /etc/hosts