Hi. as I told, I cant connect some spesific websites on arch linux. I using hotspot wifi on my laptop but it didnt worked.
I tried changing mac adress, changed resolv.conf (then undo it.) I tried delete evert ssl and redownload it, downgrade mtu but none of them worked.
Also idk why but there’s always a yellow sign next to the wifi symbol
any solutions? thanks.
Edit: Okay I solve the problem by checking curls logs however my wifi was a public wifi and I still cant connect it.
I can open captive portal but when I try to connect it connection resets by portal.
I’ve tried connect with tls 1.1 1.0 ( Bc curls log saya so) But none of them worked.
I think this is the one of linuxs dark hole
It sounds like the SSL/TLS version or allowed cipher list are configured for higher security on your machine or browser and the sites that are failing are using a lower security config. I’m not sure where that config is on Arch. Try a different browser. Also try fetching the sites with curl just to see if that works. Curl’s verbose mode will also tell you what ciphers it tried.
curl -v https://example.com/
just checked. certificate is /etc/ssl/certs/ca-certificates.crt
updating this should be solve the problem but I kinda feel it wont.