You are not logged in.

#1 2018-10-22 12:23:10

Archer1X
Member
From: Astral World
Registered: 2013-01-31
Posts: 37
Website

Can't Open A Specific Website In Arch (No Problem In Windows)

As of now I am trying to access my website in Arch, but the browser (Chrome) gave this error: ERR_CONNECTION_REFUSED

No any other websites have this problem. I can opened them freely, no restricions or error.
Only this URL - https://omghackers.com/ can't be loaded.

The thing is if I try to load it when I use a some kind of proxy extension such as CyberGhost, it can be loaded properly.
This 'error' happened in both Chrome and Firefox, so I don't think it was a browser issue.

I have tried (of course) open it up in Windows and have no problem whatsoever. Also, no problem in Manjaro, no such error happened.
This 'problem' specifically happened in Arch, and I don't even know where I did wrong.

Is there any kind of settings that I need to change?


Arch Linux all the way..

Offline

#2 2018-10-22 12:36:02

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Can't Open A Specific Website In Arch (No Problem In Windows)

we need more info.

start the browser from a x-terminal, try to access the site, exit browser and post the output


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2018-10-22 12:36:52

seth
Member
Registered: 2012-09-03
Posts: 49,954

Re: Can't Open A Specific Website In Arch (No Problem In Windows)

I can open it fine, but it's probably a TLS 1.3 issue.
Try "curl -v https://omghackers.com/ > /dev/null" and see https://bbs.archlinux.org/viewtopic.php … 7#p1810037

Online

#4 2018-10-22 12:44:44

Archer1X
Member
From: Astral World
Registered: 2013-01-31
Posts: 37
Website

Re: Can't Open A Specific Website In Arch (No Problem In Windows)

seth wrote:

I can open it fine, but it's probably a TLS 1.3 issue.
Try "curl -v https://omghackers.com/ > /dev/null" and see https://bbs.archlinux.org/viewtopic.php … 7#p1810037

This is my Terminal result from that command:

[archer1x@omghackers ~]$ curl -v [url]https://omghackers.com/[/url] > /dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying fe80::c29c:cd55:9ba:21f4...
* TCP_NODELAY set
* connect to fe80::c29c:cd55:9ba:21f4 port 443 failed: Connection refused
*   Trying 2001:d08:d7:e2e7:9698:ec66:8666:84ea...
* TCP_NODELAY set
* connect to 2001:d08:d7:e2e7:9698:ec66:8666:84ea port 443 failed: Connection refused
*   Trying 2001:d08:d7:e2e7:a81c:d70b:4c9c:cfc8...
* TCP_NODELAY set
* connect to 2001:d08:d7:e2e7:a81c:d70b:4c9c:cfc8 port 443 failed: Connection refused
*   Trying 192.168.1.143...
* TCP_NODELAY set
* connect to 192.168.1.143 port 443 failed: Connection refused
*   Trying 192.168.1.88...
* TCP_NODELAY set
* connect to 192.168.1.88 port 443 failed: Connection refused
* Failed to connect to omghackers.com port 443: Connection refused
* Closing connection 0
curl: (7) Failed to connect to omghackers.com port 443: Connection refused

Last edited by Archer1X (2018-10-23 01:19:06)


Arch Linux all the way..

Offline

#5 2018-10-22 12:50:59

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Can't Open A Specific Website In Arch (No Problem In Windows)

What's the hostname of your machine? How is DNS resolution configured?
Requests for omghackers.com seem to be being resolved to local adresses.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#6 2018-10-22 12:51:12

seth
Member
Registered: 2012-09-03
Posts: 49,954

Re: Can't Open A Specific Website In Arch (No Problem In Windows)

Why are you resolving a bunch of local IPs?

dig omghackers.com
dig @8.8.8.8 omghackers.com

Please wrap all console output in code tags, thanks.

Online

#7 2018-10-23 01:16:44

Archer1X
Member
From: Astral World
Registered: 2013-01-31
Posts: 37
Website

Re: Can't Open A Specific Website In Arch (No Problem In Windows)

Slithery wrote:

What's the hostname of your machine? How is DNS resolution configured?
Requests for omghackers.com seem to be being resolved to local adresses.

Hostname of my OS or website?
DNS for the website was configured using hosting provider's DNS.


Arch Linux all the way..

Offline

#8 2018-10-23 01:18:08

Archer1X
Member
From: Astral World
Registered: 2013-01-31
Posts: 37
Website

Re: Can't Open A Specific Website In Arch (No Problem In Windows)

seth wrote:

Why are you resolving a bunch of local IPs?

dig omghackers.com
dig @8.8.8.8 omghackers.com

Please wrap all console output in code tags, thanks.

Ahh sorry, my bad.

That's what I don't understand. All other websites can be loaded normally.
The thing is, it can be opened in Windows, Ubuntu, even Manjaro. It just can't, only in Arch.
I'm seriously confused right now.


Arch Linux all the way..

Offline

#9 2018-10-23 06:51:22

seth
Member
Registered: 2012-09-03
Posts: 49,954

Re: Can't Open A Specific Website In Arch (No Problem In Windows)

It's your resolver, it resolves omghackers.com to some local IP, ie. an address in your LAN.
Therefore we've to figure what your resolver is, how it's configured and whether explicitly asking googles (in this case) DNS server gets you better results.

Typical ways to spoil this are /etc/hosts and dnsmasq.

Online

Board footer

Powered by FluxBB