Thanks for your message, It is not an issue with the certificate, please refer to this issue Error regarding: SSL routines:ssl3_read_bytes:tlsv1 , its the issue with Azure DevOps task task: SonarQubePrepare@5 which has TLS v1.2. Can you please help with this?
Not sure if you have seen the previous ticket I referenced, It already mentioned it’s the issue on Sonar Qube library version issue. We have tested with TLS 1.2 it works, it doesn’t work with TLS 1.3. Can you please seek for help in your team to understand more about this issue in detail
In your first response to me, you linked to a thread with a different error (yes, it does include ssl3 just like yours, but…). That thread promises a fix for that that user’s problem. So if you believe you have the same problem, then all you have to do is be patient…? Also, that user found a workaround. Did you try it?
The second thread you’ve referred me to is 2y old and ends with a new release that fixes the problem in the thread. Presumably, you’re using a current version, so you already have that fix.
Can you tell me why you’re so certain this isn’t about certificates?
It is not a Certificate issue because it works with TLS1.3 If I query the SonarQube endpoints with Curl statement, it has an issue with only TLS 1.3 when using the Azure DevOps task and it clearly shows from all conversations I have shared there was an issue with SonarQube plugin for Azure DevOps task.
I am using the latest version, but the issue still exists as per the latest conversation I have shared. The workaround suggested was for a NodeJs build, we are using a Maven Build. I would like to know what changes we have to do in the Azure DevOps task to make it work.