TLS ConfigurationPage added by Colm O hEigeartaighThe TLSClientParameters are listed here and here.
Note : disableCNcheck is a parameterized boolean, you can use a fixed variable true|false as well as a Spring externalized property variable (e.g. ${disable-https-hostname-verification}) or a Spring _expression_ (e.g. #{systemProperties['dev-mode']}). Sample : HTTP conduit configuration disabling HTTP URL hostname verification (usage of localhost, etc)
...
<http-conf:conduit
name="{http://example.com/}HelloWorldServicePort.http-conduit"><!-- deactivate HTTPS url hostname verification (localhost, etc) --> <!-- WARNING ! disableCNcheck=true should NOT be used in production --> <http-conf:tlsClientParameters disableCNcheck="true" /> ... </http-conf:conduit> ...
Stop watching space
|
Change email notification preferences
View Online
|
Add Comment
|
[CONF] Apache CXF > TLS Configuration
Colm O hEigeartaigh (Confluence) Mon, 12 Aug 2013 08:11:21 -0700
- [CONF] Apache CXF > TLS Configuration Colm O hEigeartaigh (Confluence)
- [CONF] Apache CXF > TLS Configura... Colm O hEigeartaigh (Confluence)
