Hi
I am using Jenkins 2.440.2 in offline mode. I want to update the Jenkins plugins.
For that i have configured http proxy in configure system page. But still i am not getting list of update/available plugins in plugin section.
It would help if you let us know your proxy configuration.
The url https://updates.jenkins.io/update-center.json redirects to another location, while https://updates.jenkins.io/ doesn’t redirect.
In the field Server you have to specify the hostname of the proxy server 10.*.*.*.* is in no way anything valid for that field. It’s not even a valid wildcard as it contains too many dots
I see that the proxy is configured as 10. * . * . * . * which isn’t a valid IP address format since it has more than 4 octets making it have more than 32 bit. You should be using a specific IP address like 10.10.20.0 as you mentioned do not put a wildcard put the specific address and on top of that the wildcard you put has a wrong format.