Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleHTTP Proxy

The HTTPClientBuilder object that is the base for the HTTPClient beans has properties for HTTP proxy settings:

Code Block
languagexml
 <bean id="my.HttpClient" parent="shibboleth.HttpClientFactory"
    p:connectionProxyHost="tfauth-ldapproxy.umnexample.eduorg"
    p:connectionProxyPort="3128" />

...