We have been running SQ for about 1 year and randomly both our prod and test environments had the Update Center stop working. When browsing to the update center it doesn't show any of the updates anymore. We use the default settings for the update center so no proxies. I have ran network traces and it looks like the SSL handshake is getting a "RESET" back from
update.sonarsource.org. I am at a loss as to what would cause this. Is there some additional settings somewhere? We have been looking into this problem ongoing since October and if we remove HTTPS and force the update center URL configuration to be HTTP (
http://update.sonarsource.org/update-center.properties), it works fine. So the issue definitely seems to be related to HTTPS.
at org.sonar.core.util.DefaultHttpDownloader.failToDownload(DefaultHttpDownloader.java:157) ~[sonar-core-5.6.4.jar:na]
at org.sonar.core.util.DefaultHttpDownloader.readString(DefaultHttpDownloader.java:115) ~[sonar-core-5.6.4.jar:na]
at org.sonar.api.utils.UriReader.readString(UriReader.java:72) ~[sonar-plugin-api-5.6.4.jar:na]
Caused by: java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method) ~[na:1.8.0_111]
at java.net.SocketInputStream.socketRead(Unknown Source) ~[na:1.8.0_111]
at java.net.SocketInputStream.read(Unknown Source) ~[na:1.8.0_111]
at java.net.SocketInputStream.read(Unknown Source) ~[na:1.8.0_111]
at sun.security.ssl.InputRecord.readFully(Unknown Source) ~[na:1.8.0_111]