I am having problems with an http GET in our gradle build.  I think
the problem is related to recent changes at github with respect to
their SSL handling and certs.  I had been doing something like this in
our gradle build...

 ant {
        mkdir dir: buildDir
        get src:"http://nodeload.github.com/grails/grails-doc/zipball/1.3.x";,
dest:"${buildDir}/grails-docs-src.zip", verbose:"true"
  }

That worked for a long time.  The "get" is failing now, I think
because of an unverifiable cert.  Is there a way to disable cert
checking?  Any other way to issue this GET request and get the
download to succeed?

Thanks for any help.



jb
-- 
Jeff Brown
SpringSource
http://www.springsource.com/

Autism Strikes 1 in 166
Find The Cause ~ Find The Cure
http://www.autismspeaks.org/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to