Hi,
I should have probably mentioned that I have another sonarqube instance running locally on our lan, I can connect to that instance no problem over http on port 9000, so that is why I suspected SSL to be the culprit.
Adding the line to the config like you asked yields a lot of output, I suspect this to be the relevant part:
ApplicationImpl pooled thread 16, READ: TLSv1.2 Alert, length = 2
ApplicationImpl pooled thread 16, RECV TLSv1.2 ALERT: fatal, handshake_failure
ApplicationImpl pooled thread 16, called closeSocket()
ApplicationImpl pooled thread 16, handling exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
ApplicationImpl pooled thread 16, called close()
ApplicationImpl pooled thread 16, called closeInternal(true)
It seems that the issuer of our certificate is trusted, if I understand correctly:
adding as trusted cert:
Subject: CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB
Issuer: CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB
Algorithm: RSA; Serial number: 0x1
Valid from Thu Jan 01 01:00:00 CET 2004 until Mon Jan 01 00:59:59 CET 2029
If needed I can post the complete stack trace, but it's a lot (7500 lines before bash's history runs out)
It looks like certificate problems to me, however I am not a Java dev and do not fully understand the way Java handles this.
Regards,
Douwe
Op dinsdag 11 oktober 2016 13:57:58 UTC+2 schreef duarte.meneses: