Re: Problem on download plugins list

2024-09-13 Thread Stefan
Just chiming in here as well: AFAIK the default Java behavior is to not switch protocols during redirects to avoid security issues - even for HTTP to HTTPS switches -, as pointed out in https://issues.jenkins.io/browse/JENKINS-73760?focusedId=449264&page=com.atlassian.jira.plugin.system.issuetab

Re: Problem on download plugins list

2024-09-12 Thread Damien Duportal
Many thanks for your help and responses folks! Looks like Stefan, in https://issues.jenkins.io/browse/JENKINS-73760?focusedId=449268&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-449268, caught that this URL was the default URL in ancient times. Most probably

Re: Problem on download plugins list

2024-09-12 Thread Tim Jacomb
It’s from old instances Damien, we’ve hit similar issues before On Thu, 12 Sep 2024 at 12:19, Michael Nazzareno Trimarchi < mich...@amarulasolutions.com> wrote: > Hi > > On Thu, Sep 12, 2024 at 1:10 PM Damien Duportal > wrote: > > > > Hi folks, > > > > This is definitively related to our operati

Re: Problem on download plugins list

2024-09-12 Thread Michael Nazzareno Trimarchi
Hi On Thu, Sep 12, 2024 at 1:10 PM Damien Duportal wrote: > > Hi folks, > > This is definitively related to our operation > https://www.jenkins.io/blog/2024/09/10/update-center-brownouts-3/. > > I'm wondering where would this default HTTP would come from: I just started > up a fresh Jenkins 2.4

Re: Problem on download plugins list

2024-09-12 Thread 'Michael Kriese' via Jenkins Developers
I don't really know. I migrated my jenkins from windows to linux docker a long time ago and upgraded a lot of times. Maybe i had saved the update center url somewhere between. damien@gmail.com schrieb am Donnerstag, 12. September 2024 um 13:09:58 UTC+2: > Hi folks, > > This is definitively

Re: Problem on download plugins list

2024-09-12 Thread Damien Duportal
Hi folks, This is definitively related to our operation https://www.jenkins.io/blog/2024/09/10/update-center-brownouts-3/. I'm wondering where would this default HTTP would come from: I just started up a fresh Jenkins 2.476 from the WAR and it uses the HTTPS by default (with the "updates.jenk

Re: Problem on download plugins list

2024-09-12 Thread 'Michael Kriese' via Jenkins Developers
Hi, saw same issue today and realized that the default url still points to http. Resetting the url to default value fixed the issue. Maybe there should be a warning / notification if the update center url points to an old jenkins url (and isn't reachable). Regards Michael db...@cloudbees.com sc

Re: Problem on download plugins list

2024-09-11 Thread 'Daniel Beck' via Jenkins Developers
On Wed, Sep 11, 2024 at 8:48 PM Michael Nazzareno Trimarchi < mich...@amarulasolutions.com> wrote: > Starting to have this problem > > java.io.IOException: Could not find JSON in > http://updates.jenkins-ci.org/update-center.json?id=default&version=2.476 > at hudson.model.DownloadService.loadJ

Re: Problem on download plugins list

2024-09-11 Thread Michael Nazzareno Trimarchi
HI On Wed, Sep 11, 2024 at 8:58 PM 'Bruno Verachten' via Jenkins Developers wrote: > > Hello, > Could this be linked to the brownout? > https://www.jenkins.io/blog/2024/09/10/update-center-brownouts-3/ > Really strange. I can download the json list using wget. I need to check if this list is con

Re: Problem on download plugins list

2024-09-11 Thread 'Bruno Verachten' via Jenkins Developers
Hello, Could this be linked to the brownout? https://www.jenkins.io/blog/2024/09/10/update-center-brownouts-3/ On Wed, Sep 11, 2024, 20:48 Michael Nazzareno Trimarchi < mich...@amarulasolutions.com> wrote: > Hi all > > Starting to have this problem > > java.io.IOException: Could not find JSON in