Oh! So quick, thanx a lot:D > tovis escribió: >> Hi >> >> I've run to some security error, when run script-update. Unfortunatelly >> I've get errors on hungarian language - I try to translate: >> >> ERROR: unattended.svn.sourceforge.net ,, /C=us/O=Equifax/OU=Equifax >> Secure >> Certificate Authority" could not to be checked: >> The certificate could not tobe checked locally. >> for unsafe connection to unattended.svn.sourceforge.net you should use >> --no-check-certificate switch. >> >> Unfortunatelly I do not know that what command I should use this switch? >> > > Strange... > this error comes from the wget program. > change this on the script: > > --- script-update (revisión: 3076) > +++ script-update (copia de trabajo) > @@ -42,7 +42,7 @@ > for file in $($FIND . -type f -name "*.bat" | $GREP -v .svn | $SORT) > do > if [[ "${exceptio...@]%%${file##./}}" != "${exceptio...@]}" ]]; > then continue; fi > - if $WGET --output-document "$file.$$.tmp" $SVNLINK/$file > + if $WGET --no-check-certificate --output-document "$file.$$.tmp" > $SVNLINK/$file > then > mv "$file.$$.tmp" "$file" > If I only well understand, you insert the switch ... I realized, I inserted --no-check-certificate AFTER --output-document switch - sily me ;] It seem to be work! Of course there is a lot of warnings, but who care it :) Thanx! > > > just out of curiosity, is you server time modified by change? Sorry Juan, I do not understand what you mean, you mean time what return for example "date" command?
> > ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info