I am also behind proxy and having the same problem. The blank popup is still visible after even minutes.
Adding HTTP_PROXY, HTTPS_PROXY, NO_PROXY, http_proxy, https_proxy and no_proxy to catalina.bat do not work. I am going to check with security team whether there is something blocked. When I press F12 in Chrome, I see following request is sent constantly(the number at the end changes for each request): Remote Address:127.0.0.1:8080 Request URL:http://localhost:8080/jenkins/updateCenter/connectionStatus?siteId=default&_=1457431706259 Request Method:GET Status Code:200 OK Here is the result of those requests: {"status":"ok","data":{"updatesite":"UNCHECKED","internet":"FAILED"}} Also, the following warning is thrown while Jenkins is being getting ready: 08-Mar-2016 11:43:15.186 WARNING [UpdateCenter.init] hudson.model.UpdateCenter.updateDefaultSite Upgrading Jenkins. Failed to update default UpdateSite. Plugin upgrades may fail. java.net.ConnectException: Connection timed out: connect at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method) 2 Mart 2016 Çarşamba 00:16:13 UTC+2 tarihinde Daniel Beck yazdı: > > > On 01.03.2016, at 15:59, [email protected] <javascript:> wrote: > > > I am behind proxy and a blank popup (I guess the registration screen) is > blocking me from accessing Jenkins web interface. Can you please suggest a > work around. > > This should actually disappear after a while (30 seconds?) and tell you > Jenkins cannot access the internet. Does it remain visible even after a > long time? > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/95141d0e-6d76-4eda-8932-bd04bf3ecc19%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
