[Bug 1312127] Re: wget tries to get certificate from wrong server

2014-04-24 Thread psl
Ubuntu 14.04 works better. Under similar conditions, record is ignored and wget downloads certificate from correct server: $ wget -d https://www.digicert.com/CACerts/DigiCertSHA2ExtendedValidationServerCA.crt DEBUG output created by Wget 1.15 on linux-gnu. URI encoding = ‘UTF-8’

[Bug 1312127] Re: wget tries to get certificate from wrong server

2014-04-24 Thread Simon Déziel
You should try using a different resolver (like Google DNS, 8.8.8.8 and 8.8.4.4) or tell wget to use IPv4 only with the -4 flag. ** Changed in: wget (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1312127] Re: wget tries to get certificate from wrong server

2014-04-24 Thread Simon Déziel
The problem seems to be from OpenDNS. See how it also pushes a bad record for this IPv4 only domain: # dig -t any ppa.launchpad.net ; DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1.1~precise1 -t any ppa.launchpad.net ;; global options: +cmd ;; Got answer: ;; -HEADER- opcode:

[Bug 1312127] Re: wget tries to get certificate from wrong server

2014-04-24 Thread psl
OpenDNS support reported that problem was fixed. From my point of view it was really fixed... Technical details: The redirection problem should now be fixed. Some technical detail: Computers that are configured to use both IPv6 and IPv4 will perform a DNS query for both the A and records