I figured out that I mixed where and how to define proxy configuration for Java applications: http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
Adding -Dhttp.proxyHost, -Dhttp.proxyPort, -Dhttps.proxyHost, -Dhttps.proxyPort and -Dhttp.nonProxyHosts to JAVA_OPTS in catalina.bat did the trick. 9 Mart 2016 Çarşamba 09:07:46 UTC+2 tarihinde [email protected] yazdı: > > Our security team confirmed that; > > - my requests do not pass through proxy server although I use > HTTP_PROXY, HTTPS_PROXY and so. > - my computer try to access following IPs which are blocked by our > firewall: > - 199.193.196.24 (Domain name is 199-193-196-24.contegix.com) > - 216.58.209.164 (IP belongs to google.com and domain name is > bud02s21-in-f4.1e100.net) > > > > 8 Mart 2016 Salı 12:21:53 UTC+2 tarihinde [email protected] yazdı: >> >> 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] 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/bf42b322-999d-46f9-a9b8-350092aaf65b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
