Description of problem: The addition of the default timeout of 30 seconds causes connection timeouts against busy servers or those with many registered clients. Version-Release number of selected component (if applicable): 2.1.1-3.el4 How reproducible: Always against busy servers. Steps to Reproduce: 1. Create secure server with 2. 3. Actual results: # rhnreg_ks --activationkey=test-activation-key Connection timed out on readline Expected results: No timeout. Additional info: The issue is with the DEFAULT_TIMEOUT in /usr/lib/python2.3/site-packages/rhn/SSL.py and its use in connections.py. Whilst a timeout of 30 seconds might not be unreasonable for the SSL connection to take place it is not suitable for the ongoing connection. The socket timeout should be reset to a more reasonable value once the SSL connection is in place. Attached is a server-side cgi which just delays for a requested amount of time and a small python script to exercise this cgi via the rhnlib code.
Created attachment 160345 [details] python test example
Created attachment 160346 [details] server-side delay routine
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2008-0777.html