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.

  • colournoun@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    23 days ago

    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/

    • Wayad@lemmy.mlOP
      link
      fedilink
      Türkçe
      arrow-up
      0
      ·
      23 days ago

      just checked. certificate is /etc/ssl/certs/ca-certificates.crt

      updating this should be solve the problem but I kinda feel it wont.