Bug ID 1232541
Summary rabbitmq-c: tools can't connect to opensuse instance
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee pgajdos@suse.com
Reporter amajer@suse.com
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

I cannot connect to our instance of rabbitmq with the sample tools provided,

> amqp-consume -u 'amqps://opensuse:opensuse@rabbit.opensuse.org' -e pubsub -x -r '#' /usr/bin/cat
opening socket to rabbit.opensuse.org:5671: SSL peer cert verification failed


openssl indicates valid certificate,

> cat /dev/null | openssl s_client -status -connect rabbit.opensuse.org:5671 -verify 10 | openssl x509 -dates -noout
verify depth is 10
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R10
verify return:1
depth=0 CN = obs-login.opensuse.org
verify return:1
DONE
notBefore=Aug 12 00:25:20 2024 GMT
notAfter=Nov 10 00:25:19 2024 GMT


You are receiving this mail because: