[
https://issues.jboss.org/browse/WFLY-5957?page=com.atlassian.jira.plugin....
]
Alessio Soldano resolved WFLY-5957.
-----------------------------------
Resolution: Rejected
The cxf.tls-client.disableCNCheck property has been introduced in JBossWS 5 series which
is installed by default in WildFly 9.
WildFly 8.2.0.Final includes JBossWS 4.3.2.Final, on which you're supposed to set the
org.jboss.security.ignoreHttpsHost property for achieving the same.
Unable to disable CN Check in "wildfly-8.2.0.Final"
---------------------------------------------------
Key: WFLY-5957
URL:
https://issues.jboss.org/browse/WFLY-5957
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 8.2.0.Final
Reporter: Karthikeyan Ramasamy
Assignee: Alessio Soldano
My application is working in wildfly-8.2.0.Final.
This application needs to access a web service that allows only SSL connections.
On posting request to webservice got "Marshalling Error: The https URL hostname does
not match the Common Name (CN) on the server certificate in the client's truststore.
Make sure server certificate is correct, or to disable this check (NOT recommended for
production) set the CXF client TLS configuration property "disableCNCheck" to
true." exception.
So i want to disable CN Check
Tried with system properties.
<system-properties>
<property name="cxf.tls-client.disableCNCheck" value="true"/>
</system-properties>.
But the same is not working.
Please help us to to disable this common name check on wildfly 8.2?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)