Actions
Issue #772
closedpulp doesn't work with rabbitmq and ssl
Status:
CLOSED - WORKSFORME
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
All services throw this error:
SSLError: [Errno 8] _ssl.c:492: EOF occurred in violation of protocol
I've tried to configure rabbitmq with protocols tlsv1, v1.1, v1.2, sslv2/v3.
Also I installed the packages from here, with the same result:
http://stackoverflow.com/questions/19399975/python-requests-2-0-0-errno-8-ssl-c504-eof-occurred-in-violation-of-proto
Updated by bmbouter about 8 years ago
What version of Pulp are you using? Could you paste the output of `rpm -qa pulp-server`?
FYI, only the current release candidate (Pulp 2.6.0) is supposed to work with RabbitMQ.
Updated by cristi.falcas@gmail.com about 8 years ago
- Status changed from NEW to 7
Sorry about this. The fault was in the rabbitmq configuration (I was trying to force the sll versions to be used). It's working if I don't try to set the ssl versions to be used.
Updated by bmbouter about 8 years ago
- Status changed from 7 to CLOSED - WORKSFORME
Actions