The OWASP dependency-check project has an open ticket (#561) that I am unable to reproduce or figure out exactly what is going on. On some systems using OpenJDK HTTPS connections to the NVD CVE Data Feed (https://nvd.nist.gov/download/nvdcve-Modified.xml.gz) fail. Specifically, they fail with a java.net.SocketException: Connection reset
. I have been unable to reproduce the issue on any system I own - any of the JRE/JDK installs seem to work on my systems (ibm, oracle, open jdk).
A gist of the SSL Debug log from a system for which the TLS connection fails can be found here. Can anyone shed some light as to why the HTTPS download is failing for some installations? When people have had an issue with openJDK and they install Oracle JDK the download works.
Thanks!
--jeremy