I'm a newbie to CXF/Grails/Groovy/Spring, and I'd like to set disableCNCheck in my Grails 1.1 application, but haven't been able to successfully set this. I've tried to add a http conf conduit section to resources.xml, similar to how cxf.xml is setup here:
http://cwiki.apache.org/CXF20DOC/client-http-transport-including-ssl-support.html and added the disableCNCheck to tlsClientParameters, to no avail. What am I missing? Thanks! -Adam
