Hi Jeff,

I'm not sure about how to disable cert checking, but your provided
snippet below works fine for me.

regards,
René

Am 24.12.10 16:46, schrieb Jeff Brown:
> 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


-- 
------------------------------------
Rene Groeschke

[email protected]
http://www.breskeby.com
http://twitter.com/breskeby
------------------------------------


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

    http://xircles.codehaus.org/manage_email


Reply via email to