TLS ConfigurationPage edited by Colm O hEigeartaighChanges (2)
Full ContentTLS Parameters common to both Clients and ServersThe TLS Parameters common to both Clients and Servers are given here:
Client TLS ParametersIn addition to the TLS Parameters common to both Clients and Servers, there are some parameters that are specific to Clients:
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> ... Server TLS ParametersIn addition to the TLS Parameters common to both Clients and Servers, there are some parameters that are specific to Servers:
Stop watching space
|
Change email notification preferences
View Online
|
View Changes
|
Add Comment
|
[CONF] Apache CXF Documentation > TLS Configuration
Colm O hEigeartaigh (Confluence) Wed, 14 Aug 2013 07:59:21 -0700
- [CONF] Apache CXF Documentation > TLS ... Colm O hEigeartaigh (Confluence)
- [CONF] Apache CXF Documentation >... Colm O hEigeartaigh (Confluence)
- [CONF] Apache CXF Documentation >... Colm O hEigeartaigh (Confluence)
- [CONF] Apache CXF Documentation >... Colm O hEigeartaigh (Confluence)
- [CONF] Apache CXF Documentation >... Colm O hEigeartaigh (Confluence)
- [CONF] Apache CXF Documentation >... Colm O hEigeartaigh (Confluence)
