<ProxyConfiguration xmlns="http://www.deegree.org/proxy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.deegree.org/proxy https://schemas.deegree.org/core/3.6/proxy/proxy.xsd"
  overrideSystemSettings="true">

  <!-- set overrideSystemSettings above to true to be sure that these proxy settings are used -->

  <!-- proxy settings for all protocols -->
  <ProxyHost>http://proxy.deegree.org</ProxyHost>
  <ProxyPort>8000</ProxyPort>
  <ProxyUser>deegree</ProxyUser>
  <ProxyPassword>pwd</ProxyPassword>
  <NonProxyHosts>127.0.0.1|localhost</NonProxyHosts>
  <!-- 
    you can also set proxies just for ftp or http, using <HttpProxyHost>, <FtpProxyHost> and so forth
   -->
</ProxyConfiguration>
