Class Summary |
DefaultSSLProtocolSocketFactory |
An SSL socket factory for HTTPClient that tweaks certificate validation,
either providing the ability to accept self-signed certificates, or one that
includes additional certificates (notably newer well-trusted certificates
like the Microsoft Internet Authority certificate, vital for connecting to
Azure-hosted TFS servers on platforms that lack the updated Microsoft
Internet Authority cert.) |
DefaultX509TrustManager |
An X509TrustManager that includes some additional trusted
certificates (for example, the Microsoft Internet Authority CA cert.) These
additional certificates may be important for connecting to Team Foundation
Servers, particularly hosted (Azure) servers. |
SelfSignedX509TrustManager |
The default X509TrustManager for Team Foundation Server clients,
capable of accepting self-signed certificates. |