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" just out of curiosity, is you server time modified by change? ------------------------------------------------------------------------------ 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