[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: wget & certificates



On Thu, 19 May 2011 07:27:34 +0200, Kamil Jońca wrote:

> I have strange problem with wget:

(...)

> Validation SSL SGC CA':
>   Unable to locally verify the issuer's authority.
> To connect to www.centrum24.pl insecurely, use `--no-check-certificate'.

Wget cannot validate the CA and thus drops the connection. 

You can:

1/ Discard "https://"; and use plain "http" (unencrypted channel) as 
suggested (don't do this unless you trust the site you are connecting to).

2/ Install "ca-certificates" package and point wget so it can find it 
(wget --ca-certificate=/usr/share/ca-certificates/cacert.org/
cacert.org.crt ...)

Greetings,

-- 
Camaleón


Reply to: