HTTPCLIENT-1752 - Allow to configure the OSGI clients with relaxed SSL checks

metatype description aligned to javadoc



git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1754135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simone Tripodi 2016-07-26 14:32:16 +00:00
parent c08b6349a5
commit 57bb51812e
1 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,9 @@ trustedhosts.enabled.name = SSL configuration enabled
trustedhosts.enabled.description = Mark this SSL configuration be taken in consideration \ trustedhosts.enabled.description = Mark this SSL configuration be taken in consideration \
when creating a new HTTP CLient instance. when creating a new HTTP CLient instance.
trustedhosts.trustAll.name = Trust all SSL self-signed certificates trustedhosts.trustAll.name = Trust all SSL certificates
trustedhosts.trustAll.description = Allows the new HTTP Client instance to \ trustedhosts.trustAll.description = Allows the new HTTP Client instance to \
blindly trust all SSL self-signed certificates.\ blindly trust all SSL certificates.\
Pay attention on no enabling this feature in production environment as it is totally insecure! Pay attention on no enabling this feature in production environment as it is totally insecure!
trustedhosts.hosts.name = Trust SSL self-signed certificates only for specified hosts trustedhosts.hosts.name = Trust SSL self-signed certificates only for specified hosts