HTTP Client Attributes
Tom Scavo
trscavo at gmail.com
Fri May 4 09:39:17 EDT 2018
On Thu, May 3, 2018 at 11:11 AM, Rod Widdowson <rdw at steadingsoftware.com> wrote:
>
> From the code: The following attributes cause a warning to be emitted if present with a httpClientRef
>
> requestTimeout
> connectionTimeout
> connectionRequestTimeout
> socketTimeout
> disregardSslCertificate
> disregardTLSCertificate
> proxyHost
> proxyPort
> proxyUser
> proxyPassword
In addition, from what Brent has said, the following attributes are
also incompatible with httpClientRef:
- maxConnectionsTotal
- maxConnectionsPerRoute
- httpCaching
- httpCacheDirectory
- httpMaxCacheEntries
- httpMaxCacheEntrySize
I don't know if these should emit a warning as well but if you want me
to file an issue, just let me know.
I'm still not sure about the following attributes:
- basicAuthUser
- basicAuthPassword
- tlsTrustEngineRef
- httpClientSecurityParametersRef
Are these compatible with httpClientRef?
Assuming the answer is no in all cases, I summarized *all* of the HTTP
attributes in my personal space:
https://wiki.shibboleth.net/confluence/x/rQHKAg
Comments and edits are welcome.
Thanks,
Tom
More information about the dev
mailing list