java - SonarQube Analysis fails although retrieval of issues from remote server succeeds -


i have sonarqube installed plugin in eclipse, on machine connected behind corporate firewall. able access website of sonar server (available on remote machine outside local network) using internal browser in eclipse. analysis runs current configuration when not behind firewall. when behind firewall, project association, connection test of server configuration , retrieval of remote issues of projects works fine. analysis fails following error message:

retrieve remote issues of project ***... start sonarqube analysis on ***... exception in thread "main" org.sonar.runner.kevinsawicki.httprequest$httprequestexception: javax.net.ssl.sslhandshakeexception: remote host closed connection during handshake ... caused by: java.io.eofexception: ssl peer shut down incorrectly 

i have tried providing proxy authentication details "jvm arugments preview analysis" in sonarqube preference, causes server connection test fail. connection test passes "native" configuration , fails both "manual" , "direct" on eclipse, proxy settings configured.

is there way configure analysis run using server across firewall?

you're facing certificate issue rather network issue related proxy. have @ answer regarding configuring certificates in jdk running eclipse


Comments