stevespringett / nist-data-mirror

A simple Java command-line utility to mirror the CVE JSON data from NIST.
Apache License 2.0
206 stars 93 forks source link

Using proxy with account #70

Open croftophile opened 4 years ago

croftophile commented 4 years ago

Hello,

This is not a real issue. I just wated to share a tip so jar works on java 8 when using a proxy with authentication (thanks release 1.5.0). Just add -Djdk.http.auth.tunneling.disabledSchemes="" in the command line before calling jar file.