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


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.06.02.11.53...@gmail.com

Reply via email to