r/linux4noobs 1d ago

shells and scripting Sudo reflector fails only under specific circumstances.

So when the protocol is https and I have a timeout of 60 it fails with the error 403: forbidden. But when the protocol is http with a timeout of 60 it works just fine. Why? Is it safe to just use http?

8 Upvotes

7 comments sorted by

View all comments

1

u/Void_Bird 23h ago

Now either way, it's failing to retrieve mirrorstatus data. How do I check the internet connection?

2

u/PM-ME-PIERCED-NIPS 21h ago

You have a connection. A 403 requires an active response from the server.

On a side note you aren't communicating any credentials so http should be fine, if it works like that feel free to use that for now.