Any http request in joomla, (like the updates finding and fetching) is done using an empty user-agent header in the HTTP request.
It's a common practice that several servers are blocking traffic from empty or unknown user-agents, to get protected from unknown bots.
Set a default user-agent either globally in the JHttp client or specifically to some basic processes like the requests of the updater.
Labels |
Added:
?
|
Category | ⇒ | Administration |
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-17 10:29:25 |
Closed_By | ⇒ | sakiss |
Please see #15385 it sounds like that resolves the issue. If so please test