Bug 836329

Summary: koji.ssl.SSLCommon.PlgHTTPSConnection() forces IPv4
Product: [Fedora] Fedora Reporter: Alexey I. Froloff <raorn>
Component: kojiAssignee: Dennis Gilmore <dennis>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: dcbw, dennis, mikem
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-31 23:47:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Quick hack to try AF_INET and AF_INET6 none

Description Alexey I. Froloff 2012-06-28 17:42:48 UTC
Created attachment 595097 [details]
Quick hack to try AF_INET and AF_INET6

Description of problem:

socket.socket() is only called with family=socket.AF_INET, which prevents usage of IPv6 protocol.

Version-Release number of selected component (if applicable):

koji-1.7.0-2.fc17.noarch

Comment 1 Alexey I. Froloff 2012-08-07 10:01:42 UTC
Is someone working on that?

Comment 2 Dan Williams 2012-08-10 17:34:05 UTC
I'm the original author of that bit of Plague code which Koji took over; patch looks fine to me...  I don't have any commit rights for Koji though since I'm long out of the infrastructure business.

Comment 3 Mike McLean 2012-08-11 02:45:22 UTC
Thanks for the patch Alexey, and thanks for looking Dan. I'll have a look next week.

Comment 4 Dennis Gilmore 2012-08-17 01:07:46 UTC
I suggest that socket.AF_INET6 be tried before socket.AF_INET just because thats the prefered way of doing things in the wild in that if there is a ipv6 address it will be tried first.

Comment 5 Alexey I. Froloff 2013-01-29 11:17:55 UTC
Currently in F18 (koji-1.7.1-2.fc18.noarch) in this code socket.getaddrinfo() function is used, so it should work as expected.

Thanks.

Comment 6 Fedora End Of Life 2013-07-03 22:08:03 UTC
This message is a reminder that Fedora 17 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 17. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '17'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 17's end of life.

Bug Reporter:  Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 17 is end of life. If you 
would still like  to see this bug fixed and are able to reproduce it 
against a later version  of Fedora, you are encouraged  change the 
'version' to a later Fedora version prior to Fedora 17's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 7 Fedora End Of Life 2013-07-31 23:47:19 UTC
Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.