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

Alessio Soldano (JIRA) issues at jboss.org
Mon Jan 11 11:02:00 EST 2016


     [ https://issues.jboss.org/browse/WFLY-5957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)


More information about the jboss-jira mailing list