Bug 647828
Summary: | Older clients are not able to connect to pulp on f13 | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | John Matthews <jmatthew> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | Keywords: | Triaged |
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: | 2011-08-16 14:20:30 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 647488 |
Description
Preethi Thomas
2010-10-29 15:36:58 UTC
# yum --disablerepo=* --enablerepo="f12_x86_64_update" repolist Config time: 0.046 repo time: 0.000 Yum Version: 3.2.25 COMMAND: yum --disablerepo=* --enablerepo=f12_x86_64_update repolist Installroot: / https://preethi.usersys.redhat.com/pulp/repos/pub/fedora/linux/updates/12/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 52 - "" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: f12_x86_64_update. Please verify its path and try again # tail -f /var/log/httpd/ssl_error_log [Fri Oct 29 10:49:16 2010] [error] [client 10.16.120.161] Re-negotiation request failed [Fri Oct 29 10:49:16 2010] [error] SSL Library Error: 336068946 error:14080152:SSL routines:SSL3_ACCEPT:unsafe legacy renegotiation disabled [Fri Oct 29 10:50:47 2010] [error] [client 10.16.120.161] Re-negotiation request failed [Fri Oct 29 10:50:48 2010] [error] SSL Library Error: 336068946 error:14080152:SSL routines:SSL3_ACCEPT:unsafe legacy renegotiation disabled [Fri Oct 29 11:08:15 2010] [error] [client 10.16.120.161] Re-negotiation request failed [Fri Oct 29 11:08:15 2010] [error] SSL Library Error: 336068946 error:14080152:SSL routines:SSL3_ACCEPT:unsafe legacy renegotiation disabled [Fri Oct 29 11:14:39 2010] [error] [client 10.16.120.161] Re-negotiation request failed [Fri Oct 29 11:14:39 2010] [error] SSL Library Error: 336068946 error:14080152:SSL routines:SSL3_ACCEPT:unsafe legacy renegotiation disabled I see two options. 1) Upgrade the client, client was using yum 3.2.25 on F12. I am using 3.2.27 on F12 without issue 2) Modify server to allow "insecure renegotiations". Add "SSLInsecureRenegotiation on" to /etc/httpd/conf.d/pulp.conf Decided to go with decision 2 so we would be flexible and allow more yum clients ability to connect to pulp and retrieve updates. Fixed in 0.77. Fixed in build 0.78. verified [root@10 ~]# rpm -q pulp pulp-0.0.111-1.fc14.noarch cat /etc/httpd/conf.d/pulp.conf # allow older yum clients to connect, see bz 647828 SSLInsecureRenegotiation on Closing with Community Release 15 pulp-0.0.223-4. |