Re: [yocto] Strange certificate problem with wget

2014-05-23 Thread Neuer User
Btw, this works beautifully. Thanks a lot! Michael Am 21.05.2014 17:02, schrieb Burton, Ross: On 21 May 2014 11:49, Auslands-KV auslands...@gmx.de wrote: That's it. It does't seem to know where they are. If I add the option with the path, it works. Do I miss something in my local.conf?

Re: [yocto] Strange certificate problem with wget

2014-05-21 Thread Neuer User
Nobody any idea? I really need certificate support in wget. What am I missing? I guess, it is a very stupid error on my side, but I just don't know which. Michael Am 19.05.2014 14:02, schrieb Neuer User: Am 19.05.2014 12:56, schrieb Paul Barker: On 19 May 2014 10:35, Neuer User

Re: [yocto] Strange certificate problem with wget

2014-05-21 Thread Burton, Ross
On 21 May 2014 10:37, Neuer User auslands...@gmx.de wrote: I really need certificate support in wget. What am I missing? I guess, it is a very stupid error on my side, but I just don't know which. Try passing --ca-certificate=/etc/ssl/certs/ca-certificates.crt to verify that wget works if you

Re: [yocto] Strange certificate problem with wget

2014-05-21 Thread Neuer User
Thanks Paul. That's it. It does't seem to know where they are. If I add the option with the path, it works. Do I miss something in my local.conf? Cheers Michael Am 21.05.2014 12:27, schrieb Burton, Ross: On 21 May 2014 10:37, Neuer User auslands...@gmx.de wrote: I really need certificate

Re: [yocto] Strange certificate problem with wget

2014-05-21 Thread Neuer User
Very sorry for mixing up your name with Pauls, Ross. Sorry, Michael -- Thanks Paul. That's it. It does't seem to know where they are. If I add the option with the path, it works. Do I miss something in my local.conf? Cheers Michael Am

Re: [yocto] Strange certificate problem with wget

2014-05-21 Thread Burton, Ross
On 21 May 2014 11:49, Auslands-KV auslands...@gmx.de wrote: That's it. It does't seem to know where they are. If I add the option with the path, it works. Do I miss something in my local.conf? No, OpenSSL should know where they are out of this, this is probably a problem with the OpenSSL

[yocto] Strange certificate problem with wget

2014-05-19 Thread Neuer User
Hello I need to use wget with https support in my image. So I added wget to my packages. The problem is that it doesn't seem to find the installed certificates: # wget https://www.google.com --2014-05-19 11:20:42-- https://www.google.com/ Resolving www.google.com... 173.194.113.242,

Re: [yocto] Strange certificate problem with wget

2014-05-19 Thread Burton, Ross
On 19 May 2014 10:25, Neuer User auslands...@gmx.de wrote: I need to use wget with https support in my image. So I added wget to my packages. The problem is that it doesn't seem to find the installed certificates: By installed certificates you mean that you installed ca-certificates into the

Re: [yocto] Strange certificate problem with wget

2014-05-19 Thread Paul Barker
On 19 May 2014 10:35, Neuer User auslands...@gmx.de wrote: Am 19.05.2014 11:32, schrieb Burton, Ross: On 19 May 2014 10:25, Neuer User auslands...@gmx.de wrote: I need to use wget with https support in my image. So I added wget to my packages. The problem is that it doesn't seem to find the

Re: [yocto] Strange certificate problem with wget

2014-05-19 Thread Neuer User
Am 19.05.2014 12:56, schrieb Paul Barker: On 19 May 2014 10:35, Neuer User auslands...@gmx.de wrote: Am 19.05.2014 11:32, schrieb Burton, Ross: On 19 May 2014 10:25, Neuer User auslands...@gmx.de wrote: I need to use wget with https support in my image. So I added wget to my packages. The