Versions Compared

Key

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

...

Attribute

Default

Since

Description

certConstraints

 

 

Certificate Constraints specification.

cipherSuites

default sslContext cipher suites

 

CipherSuites that will be supported.

cipherSuitesFilter

 

 

filters of the supported CipherSuites that will be supported and used if available.

disableCNcheck

false

2.0.5

Indicates whether that the hostname given in the HTTPS URL will be checked against the service's Common Name (CN) given in its certificate during SOAP client requests, and failing if there is a mismatch. If set to true (not recommended for production use), such checks will be bypassed. That will allow you, for example, to use a URL such as localhost during development.

jsseProvider

default JVM provider associated with protocol

 

JSSE provider name.

keyManagers  

JVM default Key Managers

 

KeyManagers specification Key Managers to hold X509 certificates.

secureRandomParameters

JVM default Secure Random

 

SecureRandom specification.

secureSocketProtocol

"TLS"

 

Protocol Name. Most common example are "SSL", "TLS" or "TLSv1".

trustManagers  

JVM default Trust Managers

 

TrustManagers specificationto validate peer X509 certificates.

useHttpsURLConnectionDefaultSslSocketFactory

false

2.2.7

specifies if HttpsURLConnection.getDefaultSSLSocketFactory() should be used to create https connections. If 'true', 'jsseProvider', 'secureSocketProtocol', 'trustManagers', 'keyManagers', 'secureRandom', 'cipherSuites' and 'cipherSuitesFilter' configuration parameters are ignored.

useHttpsURLConnectionDefaultHostnameVerifier

false

2.2.7

This attribute specifies if HttpsURLConnection.getDefaultHostnameVerifier() should be used to create https connections. If 'true', 'disableCNCheck' configuration parameter is ignored.

...