mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Markus Niebel <list-09@tqsc.de>
To: Marc Kleine-Budde <mkl@pengutronix.de>,
	Markus Niebel <list-09_ptxdist@tqsc.de>,
	ptxdist@pengutronix.de
Cc: m.olbrich@pengutronix.de, Markus Niebel <Markus.Niebel@tq-group.com>
Subject: Re: [ptxdist] [PATCH] u-boot: hopefully fix download URL
Date: Mon, 19 Oct 2015 12:32:28 +0200	[thread overview]
Message-ID: <5624C6BC.5030307@tqsc.de> (raw)
In-Reply-To: <561B7BB5.6050102@pengutronix.de>

Am 12.10.2015 um 11:21 schrieb Marc Kleine-Budde:
> On 10/09/2015 10:05 AM, Markus Niebel wrote:
>> From: Markus Niebel <Markus.Niebel@tq-group.com>
>>
>> Use the ftp server only via ftp protocol. Other URL and protocols
>> gets redirected and cause download to fail. u-boot-tools uses already
>> the correct URL.
>>
>> See also www.denx.de/wiki/U-Boot/SourceCode
>
> ftp is broken in some corporate environments due to "security"
> restrictions. With my patch ftp is tried first, so I don't see an
> improvement with your patch, or do I miss something?
>

I sent the patch because download via http / https failed permanently.
When I test downloading from the given http / https URL using wget I see 
the following:

$ wget http://ftp.denx.de/pub/u-boot/u-boot-2015.04.tar.bz2
...
Proxy-Anforderung gesendet, warte auf Antwort... 302 Moved Temporarily
Platz: https://owncloud.denx.de/pub/u-boot/u-boot-2015.04.tar.bz2 [folge]
--2015-10-19 12:12:29-- 
https://owncloud.denx.de/pub/u-boot/u-boot-2015.04.tar.bz2
...
FEHLER: Kann das Zertifikat von »owncloud.denx.de« nicht prüfen, 
ausgestellt von »»/C=DE/ST=Bayern/L=Muenchen/O=DENX Software 
Engineering/CN=www.denx.de/emailAddress=noc@denx.de««:.
   Die Authorität des Ausstellers des Zertifikates kann lokal nicht 
geprüft werden.
Verwenden Sie »--no-check-certificate«, um zu dem Server 
»owncloud.denx.de« eine nicht gesicherte Verbindung aufzubauen.


tqc@ubuntu:/opt/tqma6x/tqma6-devel$ wget 
https://ftp.denx.de/pub/u-boot/u-boot-2015.04.tar.bz2
...
FEHLER: Kann das Zertifikat von »ftp.denx.de« nicht prüfen, ausgestellt 
von »»/C=DE/ST=Bayern/L=Muenchen/O=DENX Software 
Engineering/CN=www.denx.de/emailAddress=noc@denx.de««:.
   Die Authorität des Ausstellers des Zertifikates kann lokal nicht 
geprüft werden.
     FEHLER: Der Common Name »»owncloud.denx.de«« des Zertifikates 
entspricht nicht dem angeforderten Hostname »»ftp.denx.de««.
Verwenden Sie »--no-check-certificate«, um zu dem Server »ftp.denx.de« 
eine nicht gesicherte Verbindung aufzubauen.


tqc@ubuntu:/opt/tqma6x/tqma6-devel$ wget --no-check-certificate 
https://ftp.denx.de/pub/u-boot/u-boot-2015.04.tar.bz2
--2015-10-19 12:13:55-- 
https://ftp.denx.de/pub/u-boot/u-boot-2015.04.tar.bz2
...
WARNUNG: Kann das Zertifikat von »ftp.denx.de« nicht prüfen, ausgestellt 
von »»/C=DE/ST=Bayern/L=Muenchen/O=DENX Software 
Engineering/CN=www.denx.de/emailAddress=noc@denx.de««:.
   Die Authorität des Ausstellers des Zertifikates kann lokal nicht 
geprüft werden.
     WARNUNG: Der Common Name »»owncloud.denx.de«« des Zertifikates 
entspricht nicht dem angeforderten Hostname »»ftp.denx.de««.
Proxy-Anforderung gesendet, warte auf Antwort... 404 Not Found
2015-10-19 12:13:55 FEHLER 404: Not Found.

so I see redirects to this owncloud URL and not found errors plus 
certificate problems. The only way I got this working was to use ftp

A Question on the U-Boot mailing list was answered with 
(http://lists.denx.de/pipermail/u-boot/2015-October/229480.html)

1) use ftp
2) use Amazon Cloud (non scriptable)
3) use git (not preffered because of bandwidth


> Marc
>


-- 
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2015-10-19 10:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-09  8:05 Markus Niebel
2015-10-12  9:21 ` Marc Kleine-Budde
2015-10-19 10:32   ` Markus Niebel [this message]
2015-10-19 10:34     ` Marc Kleine-Budde
2015-10-19 10:35       ` Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5624C6BC.5030307@tqsc.de \
    --to=list-09@tqsc.de \
    --cc=Markus.Niebel@tq-group.com \
    --cc=list-09_ptxdist@tqsc.de \
    --cc=m.olbrich@pengutronix.de \
    --cc=mkl@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox