Hi Noël,

Yes, commenting out that line makes the warning go away. Attached is
my /etc/wgetrc (I have no ~/.wgetrc
) and debug output below:

$ wget -d https://indeiscente.files.wordpress.com/2008/05/yin-yang.png
DEBUG output created by Wget 1.13.4 on linux-gnu.

URI encoding = `UTF-8'
--2012-12-20 14:25:49--
https://indeiscente.files.wordpress.com/2008/05/yin-yang.png
WARNING: gnome-keyring:: couldn't connect to:
/home/a/.cache/keyring-zpGFhO/pkcs11: No such file or directory
Resolving indeiscente.files.wordpress.com
(indeiscente.files.wordpress.com)... 76.74.255.116, 72.233.119.202,
76.74.254.118
Caching indeiscente.files.wordpress.com => 76.74.255.116
72.233.119.202 76.74.254.118
Connecting to indeiscente.files.wordpress.com
(indeiscente.files.wordpress.com)|76.74.255.116|:443... connected.
Created socket 5.
Releasing 0x09547ac8 (new refcount 1).

---request begin---
GET /2008/05/yin-yang.png HTTP/1.1
User-Agent: Wget/1.13.4 (linux-gnu)
Accept: */*
Host: indeiscente.files.wordpress.com
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 20 Dec 2012 14:26:09 GMT
Content-Type: image/png
Content-Length: 672650
Connection: keep-alive
Last-Modified: Thu, 01 May 2008 16:30:06 GMT
Expires: Fri, 20 Dec 2013 14:26:09 GMT
X-Orig-Src: 01_mogdir
X-nc: HIT sat 81
Accept-Ranges: bytes
Cache-Control: max-age=31536000

---response end---
200 OK
Registered socket 5 for persistent reuse.
Length: 672650 (657K) [image/png]
Saving to: `yin-yang.png.6'

100%[=============================================================>]
672,650      175K/s   in 3.7s

2012-12-20 14:25:55 (175 KB/s) - `yin-yang.png.6' saved [672650/672650]

On 20 December 2012 13:21, Noël Köthe <n...@debian.org> wrote:
> Hello Tomasz,
>
> Am Donnerstag, den 20.12.2012, 13:02 +0000 schrieb Tomasz Chomiuk:
>
>> When I retrieve a file over httpS I get the following warning:
>
>> $ wget https://indeiscente.files.wordpress.com/2008/05/yin-yang.png
>> --2012-12-20 12:47:21--  
>> https://indeiscente.files.wordpress.com/2008/05/yin-yang.png
>> WARNING: gnome-keyring:: couldn't connect to: 
>> /home/a/.cache/keyring-zpGFhO/pkcs11: No such file or directory
>
> As far as I know this is bug http://bugs.debian.org/653011 in
> gnome-keyring. Do you agree?
> The workaround is to comment module: gnome-keyring-pkcs11.so out
> in /etc/pkcs11/modules/gnome-keyring-module.
>
> I don't know why your wget uses gnome-keyring for https sites. To find
> out please send me:
> - wget -d https://indeiscente.files.wordpress.com/2008/05/yin-yang.png
> output
> - your /etc/wgetrc
> - your ~/.wgetrc
>
>
> --
> Noël Köthe <noel debian.org>
> Debian GNU/Linux, www.debian.org

Attachment: wgetrc
Description: Binary data

Reply via email to