[MacPorts] #56076: wget 1.19.4_2 breaks Digest Authentication

MacPorts noreply at macports.org
Fri Mar 16 16:20:36 UTC 2018


#56076: wget 1.19.4_2 breaks Digest Authentication
--------------------+----------------------------
 Reporter:  jak574  |      Owner:
     Type:  defect  |     Status:  new
 Priority:  Normal  |  Milestone:  MacPorts 2.4.3
Component:  ports   |    Version:
 Keywords:          |       Port:  wget
--------------------+----------------------------
 Updating from wget 1.19.4_0 to 1.19.4_2 broke Digest Authentication. It
 now errors out with "Unknown authentication scheme."

 Example output from wget 1.19.4_2:
 {{{
 %> wget -O -o --no-check-certificate https://www.redacted.com/~redacted
 --2018-03-16 12:14:04--  https://www.redacted.com/~redacted
 Resolving www.redacted.com (www.redacted.com)... 123.123.123.123
 Connecting to www.redacted.com (www.redacted.com)|123.123.123.123|:443...
 connected.
 WARNING: cannot verify www.redacted.com's certificate, issued by â:
   Self-signed certificate encountered.
 HTTP request sent, awaiting response... 401 Authorization Required
 Unknown authentication scheme.

 Username/Password Authentication Failed.
 }}}

 Before (using wget 1.19.4_0):

 {{{
 %>wget -O -o --no-check-certificate https://www.redacted.com/~redacted
 --2018-03-16 12:14:59--  https://www.redacted.com/~redacted
 Resolving www.redacted.com (www.redacted.com)... 123.123.123.123
 Connecting to www.redacted.com (www.redacted.com)|123.123.123.123|:443...
 connected.
 WARNING: The certificate of â is not trusted.
 WARNING: The certificate of â hasn't got a known issuer.
 HTTP request sent, awaiting response... 401 Authorization Required
 Authentication selected: Digest realm="Redacted Restricted",
 nonce="8n7z6IlnBQA=7481515c6fgdgfda85a52fb534bf11af6ab318f",
 algorithm=MD5, domain="https://redacted/ https://www.redacted.com/
 http://www.redacted.com/ http://www.redacted.com http://redacted/
 http://www.redacted.com/~redacted/", qop="auth"
 Connecting to www.redacted.com (www.redacted.com)|123.123.123.123|:443...
 connected.
 WARNING: The certificate of â is not trusted.
 WARNING: The certificate of â hasn't got a known issuer.
 HTTP request sent, awaiting response... 301 Moved Permanently
 Location: https://www.redacted.com/~redacted/ [following]
 --2018-03-16 12:15:00--  https://www.redacted.com/~redacted/
 Connecting to www.redacted.com (www.redacted.com)|123.123.123.123|:443...
 connected.
 WARNING: The certificate of â is not trusted.
 WARNING: The certificate of â hasn't got a known issuer.
 HTTP request sent, awaiting response... 401 Authorization Required
 Authentication selected: Digest realm="Redacted Restricted",
 nonce="EPv06IlnBQA=8c2fa442a625c6bdfgdfgdf8f36853ec45573b029",
 algorithm=MD5, domain="https://redacted/ https://www.redacted.com/
 http://www.redacted.com/ http://www.redacted.com http://redacted/
 http://www.redacted.com/~redacted/", qop="auth"
 Connecting to www.redacted.com (www.redacted.com)|123.123.123.123|:443...
 connected.
 WARNING: The certificate of â is not trusted.
 WARNING: The certificate of â hasn't got a known issuer.
 HTTP request sent, awaiting response... 200 OK
 Length: 7715 (7.5K) [text/html]
 Saving to: â

 -o
 100%[================================================================>]
 7.53K  --.-KB/s    in 0s

 2018-03-16 12:15:00 (273 MB/s) - â saved [7715/7715]
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/56076>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list