-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
8.2.0.Final
-
None
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?