Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hello,
I would like to setup Qualys Container Scanning Connector in my Bamboo instance.
When I do the configuration and test, I get this error message "Error testing connection; Reason: javax.net.ssl.SSLException: Connection reset"
I check the network flows and everything seems to be OK. Do you have an idea of what can cause this issue ?
Regards,
Baptiste
Hello Baptiste:
The "Error testing connection; Reason: javax.net.ssl.SSLException: Connection reset" message you're encountering during the setup of the Qualys Container Scanning Connector in your Bamboo instance can be frustrating. This error generally indicates a problem in the SSL/TLS handshake process, which can be caused by several underlying issues. Here are some potential causes and solutions to explore:
The client and server might be using incompatible versions of SSL/TLS.
Similar to the version mismatch, this happens when the client and server do not have any cipher suites in common.
If the server's certificate (Qualys API) isn't trusted by the JVM running Bamboo, the SSL handshake will fail.
Sometimes, the issue is not with the server's certificate but with a missing intermediate or root CA certificate in the chain of trust.
Network security devices (like IDS/IPS systems, firewalls, or even corporate proxies) can sometimes interfere with SSL/TLS handshakes.
Ensure you're pointing to the correct Qualys API endpoint and that it's accessible from your network. Qualys has multiple data centers and API endpoints.
Troubleshooting Steps
Resolving SSLException issues can be complex due to the variety of potential causes, but systematically checking each potential issue will help you pinpoint and solve the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.