You are not logged in.
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
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.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
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
Offline
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
What's the hostname of your machine? How is DNS resolution configured?
Requests for omghackers.com seem to be being resolved to local adresses.
Offline
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.
Offline
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
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
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.
Offline