Bug#738848: osc: refuses to communicate with API server over IPv6

2015-05-15 Thread Michal Čihař
Hi I've looked again into this and I have no clue how I could not reproduce it before. Maybe I had disable certificate verification and thus this part of code was not involved at all. The problem seems to be rather in M2Crypto library than in osc itself - it uses socket.socket(socket.AF_INET,

Bug#738848: osc: refuses to communicate with API server over IPv6

2015-05-14 Thread Adam Majer
Package: osc Followup-For: Bug #738848 Hi, I can duplicate this bug. I removed IPv4 access and only have IPv6. If I have only local IPv4 access, then same thing happens. $ osc -d co home:adamm makeurl: https://api.opensuse.org ['source', 'home:adamm', '_meta'] [] GET

Bug#738848: osc: refuses to communicate with API server over IPv6

2014-10-27 Thread Paavo Hartikainen
On 2014-10-06 09:40:15 +0200, Michal Čihař wrote: Can you please check whether you can still reproduce this? Yes, still same problem on IPv6 -only host: Failed to reach a server: [Errno 229] Network is unreachable: [...] Meanwhile, from same host to same API URL with wget: HTTP request

Bug#738848: osc: refuses to communicate with API server over IPv6

2014-10-27 Thread Paavo Hartikainen
Test I just described was performed with osc 0.149.0-1. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#738848: osc: refuses to communicate with API server over IPv6

2014-10-06 Thread Michal Čihař
Hi Dne Thu, 13 Feb 2014 14:48:28 +0200 Paavo Hartikainen pahar...@sci.fi napsal(a): Package: osc Version: 0.143.0-1 Severity: normal Tags: ipv6 Dear Maintainer, If API server is available only through IPv6, OSC considers it to be unreachable. Failed to reach a server: [Errno 128]

Bug#738848: osc: refuses to communicate with API server over IPv6

2014-02-13 Thread Paavo Hartikainen
Package: osc Version: 0.143.0-1 Severity: normal Tags: ipv6 Dear Maintainer, If API server is available only through IPv6, OSC considers it to be unreachable. Failed to reach a server: [Errno 128] Network is unreachable: Meanwhile lynx can access same URL that osc fails with, from same host.