[jboss-jira] [JBoss JIRA] (WFLY-5957) Unable to disable CN Check in "wildfly-8.2.0.Final"

Karthikeyan Ramasamy (JIRA) issues at jboss.org
Fri Jan 8 01:49:00 EST 2016


Karthikeyan Ramasamy created WFLY-5957:
------------------------------------------

             Summary: 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
    Affects Versions: 8.2.0.Final
            Reporter: Karthikeyan Ramasamy
            Assignee: Jason Greene
            Priority: Critical


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)


More information about the jboss-jira mailing list