Am 17.04.15 um 12:12 schrieb Carsten Ziegeler: > Am 17.04.15 um 12:09 schrieb Robert Munteanu: >> On Fri, Apr 17, 2015 at 1:00 PM, Carsten Ziegeler <[email protected]> >> wrote: >>> Hi, >>> >>> since some time I experience a very poor performce of our check script. >>> In many cases it even stops downloading. >>> >>> However as soon as I remove the "--ignore-length" option from the wget >>> command, it gets fast and runs through. Anyone opposed to removing this >>> from the script? >> >> No, let's remove it and add it back if needed ( hopefully not ). While >> looking at the script I noticed >> >> if [ `wget --help | grep "no-check-certificate" | wc -l` -eq 1 ] >> then >> CHECK_SSL=--no-check-certificate >> fi >> >> which does not look good at all to me, especially since we access the >> repository using http :-) >> > It seems nexus redirects to https :) >
I just checked running the script with directly using https and removing the CHECK_SSL stuff So that seems to work now. I suggest we remove that section as well, having no cert check does not seem to be the right way Carsten -- Carsten Ziegeler Adobe Research Switzerland [email protected]
