version 1.4.0 documentation

This commit is contained in:
Jeremy Long
2016-06-16 19:24:14 -04:00
parent 60c8655b95
commit 427a7b4ec8
1209 changed files with 57762 additions and 51538 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.7 at 2016-04-09
| Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-16
| Rendered using Apache Maven Fluido Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20160409" />
<meta name="Date-Revision-yyyymmdd" content="20160616" />
<meta http-equiv="Content-Language" content="en" />
<title>dependency-check &#x2013; Proxy Configuration</title>
<link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -59,9 +59,9 @@
<li class="active ">Proxy Configuration</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-09</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-06-16</li>
<li id="projectVersion" class="pull-right">
Version: 1.3.6
Version: 1.4.0
</li>
</ul>
@@ -233,9 +233,6 @@
</a>
<a href="http://www.jetbrains.com/idea/" title="IntelliJ" class="builtBy">
<img class="builtBy" alt="developed using" src="http://jeremylong.github.io/DependencyCheck/images/logos/logo_intellij_idea.png" width="170px" />
</a>
<a href="http://www.cloudbees.com/" title="Cloudbees" class="builtBy">
<img class="builtBy" alt="built on cloudbees" src="http://jeremylong.github.io/DependencyCheck/images/logos/Button-Built-on-CB-1.png" />
</a>
</div>
</div>
@@ -256,6 +253,13 @@
<li><a class="externalLink" href="https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html">Maven Plugin</a></li>
</ul>
<p>Note, it may also be possible to use the core <a class="externalLink" href="https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html">Java proxy</a> system properties instead of the configuration above.</p>
<div class="section">
<h2><a name="Certificate_Errors"></a>Certificate Errors</h2>
<p>In some cases if you setup a proxy the connection may still fail due to certificate errors (see the log file from dependency-check). If you know which cert it&#x2019;s failing on (either your proxy or NVD/CVE) you can either add the certificate itself or the signing chain to your trust store. If you don&#x2019;t have access to modify the system trust store (in $JAVA_HOME/lib/security/cacerts) you can copy it elsewhere and import it using keytool, then specify that trust store on the command line (<tt>mvn -Djavax.net.ssl.trustStore=/path/to/cacerts</tt>) or if you need to always have that set, you can set the environment variable <tt>JAVA_TOOL_OPTIONS</tt> to have <tt>-Djavax.net.ssl.trustStore=/path/to/cacerts</tt>.</p></div>
<div class="section">
<h2><a name="Still_failing"></a>Still failing?</h2>
<p>In some cases the proxy is configured to block <tt>HEAD</tt> requests. While an attempt is made by dependency-check to identify this situation it does not appear to be 100% successful. As such, the last thing to try is to add the property <tt>mvn -Ddownloader.quick.query.timestamp=false</tt>.</p>
<p>If trying the above and it still fails please open a ticket in the <a class="externalLink" href="https://github.com/jeremylong/DependencyCheck/issues">github repo</a>.</p></div>
</div>
</div>
</div>