기본 http 인증에 aria2c를 사용하는 데 몇 가지 문제가 있습니다. Wget은 완벽하게 작동하지만 arias 멀티스레딩 기능을 사용하고 싶습니다.
!!link!! = https://www.site.com/directory/name
WGET의 유효한 명령:
wget --user=username --password=123password# !!link!!/file.txt
aria2c에서 작동하지 않는 명령:
aria2c --log=arialog --http-user=username --http-passwd=123password# --check-certificate=false !!link!!/file.txt
수신된 오류는 다음과 같습니다.
-> [HttpSkipResponseCommand.cc:207] errorCode=24 Authorization failed.
로그에서 서버가 반환한 응답은 다음과 같습니다.
HTTP/1.1 401 Unauthorized
Date: Fri, 22 Aug 2014 01:40:55 GMT
Server: Apache/2.4.7 (Ubuntu)
WWW-Authenticate: Digest realm="directory", nonce="ZI2m7S0BBQA=07cfdbd25e8bab3d41ad643d0a6d0fb98ecef695", algorithm=MD5, domain="/var/www/directory/ http://www.site.com/directory", qop="auth"
Content-Type: text/html; charset=iso-8859-1
내 도메인에 대한 SSL Labs 보고서가 제대로 반환되고 다른 제품에서는 신뢰 문제가 발생하지 않습니다.
어떤 도움이라도 대단히 감사하겠습니다!
답변1
이 비교에 따르면 aria2는 http 다이제스트 인증을 지원하지 않습니다.컬 비교표 링크