Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 176485

Summary: munin-1.3.3 does not disable tls in munin.conf if ssl USE flag not set
Product: Gentoo Linux Reporter: Thomas Anderson (tanderson) (RETIRED) <tanderson>
Component: [OLD] ServerAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: critical CC: netmon, rane
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch that fixes ssl handshaking

Description Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2007-04-29 18:35:12 UTC
If I set "ssl" USE flag off and then emerge munin, it will turn tls off in /etc/munin/munin-node.conf but not in /etc/munin/munin.conf. This results in handshaking failures between the client and server since the server is trying to connect with TLS. Attached diff will fix this. I changed a few things(like putting it in src_compile) but it doesn't produce any other differences in functionality except that it disables ssl in both munin config files.

Reproducible: Always

Steps to Reproduce:
1.echo "net-analyzer/munin -ssl" >> /etc/portage/package.keywords
2.emerge munin
3.Try to use munin

Actual Results:  
Handshaking fails because server is trying to connect to client with tls when the client has tls turned off.

Expected Results:  
Handshaking should work.
Comment 1 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2007-04-29 18:36:57 UTC
Created attachment 117660 [details, diff]
Patch that fixes ssl handshaking
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-05-13 06:07:57 UTC
fixed in cvs.