All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] downloading package from htts with certificate
@ 2010-08-04 11:41 Belisko Marek
  2010-08-04 13:13 ` Gustavo Zacarias
  0 siblings, 1 reply; 2+ messages in thread
From: Belisko Marek @ 2010-08-04 11:41 UTC (permalink / raw)
  To: buildroot

Hi,

I'm working on splashy package integration to buildroot but I'm facing
a problem with package downloading.
Package is stored on place where SSL certificate is necessary. My output is:

>>> splashy 0.3.13 Downloading
--2010-08-04 13:28:28--
https://alioth.debian.org/frs/download.php/2691//splashy-0.3.13.tar.gz
Resolving alioth.debian.org... 217.196.43.134
Connecting to alioth.debian.org|217.196.43.134|:443... connected.
ERROR: cannot verify alioth.debian.org's certificate, issued by
`/O=Debian/CN=ca.debian.org/emailAddress=debian-admin at debian.org':
  Self-signed certificate encountered.
To connect to alioth.debian.org insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
--2010-08-04 13:28:28--
http://buildroot.net/downloads/sources//splashy-0.3.13.tar.gz
Resolving buildroot.net... 140.211.167.224
Connecting to buildroot.net|140.211.167.224|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://sources.buildroot.net//splashy-0.3.13.tar.gz [following]
--2010-08-04 13:28:29--  http://sources.buildroot.net//splashy-0.3.13.tar.gz
Resolving sources.buildroot.net... 88.198.64.109
Connecting to sources.buildroot.net|88.198.64.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-08-04 13:28:29 ERROR 404: Not Found.

How can I override this to properly download source of package?

Thanks in advance,

Marek



-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
icq: 290551086
web: http://open-nandra.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] downloading package from htts with certificate
  2010-08-04 11:41 [Buildroot] downloading package from htts with certificate Belisko Marek
@ 2010-08-04 13:13 ` Gustavo Zacarias
  0 siblings, 0 replies; 2+ messages in thread
From: Gustavo Zacarias @ 2010-08-04 13:13 UTC (permalink / raw)
  To: buildroot

On 08/04/2010 08:41 AM, Belisko Marek wrote:

> Hi,
> 
> I'm working on splashy package integration to buildroot but I'm facing
> a problem with package downloading.
> Package is stored on place where SSL certificate is necessary. My output is:
> 
>>>> splashy 0.3.13 Downloading
> --2010-08-04 13:28:28--
> https://alioth.debian.org/frs/download.php/2691//splashy-0.3.13.tar.gz
> Resolving alioth.debian.org... 217.196.43.134
> Connecting to alioth.debian.org|217.196.43.134|:443... connected.
> ERROR: cannot verify alioth.debian.org's certificate, issued by
> `/O=Debian/CN=ca.debian.org/emailAddress=debian-admin at debian.org':
>   Self-signed certificate encountered.
> To connect to alioth.debian.org insecurely, use `--no-check-certificate'.
> Unable to establish SSL connection.
> --2010-08-04 13:28:28--
> http://buildroot.net/downloads/sources//splashy-0.3.13.tar.gz
> Resolving buildroot.net... 140.211.167.224
> Connecting to buildroot.net|140.211.167.224|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: http://sources.buildroot.net//splashy-0.3.13.tar.gz [following]
> --2010-08-04 13:28:29--  http://sources.buildroot.net//splashy-0.3.13.tar.gz
> Resolving sources.buildroot.net... 88.198.64.109
> Connecting to sources.buildroot.net|88.198.64.109|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2010-08-04 13:28:29 ERROR 404: Not Found.
> 
> How can I override this to properly download source of package?
> 
> Thanks in advance,
> 
> Marek

Hi.
You can add the necessary option for wget in the configuration.
Build options -> Commands -> Wget command.
Add what's recommended "--no-check-certificate" to the options already
present there. That will make it ignore all self-signed certificates.
The problem is alioth.debian.org using a self-signed certificate instead
of a proper one.
Regards.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-04 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-04 11:41 [Buildroot] downloading package from htts with certificate Belisko Marek
2010-08-04 13:13 ` Gustavo Zacarias

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.