Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176485 - munin-1.3.3 does not disable tls in munin.conf if ssl USE flag not set
Summary: munin-1.3.3 does not disable tls in munin.conf if ssl USE flag not set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: High critical (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-29 18:35 UTC by Thomas Anderson (tanderson) (RETIRED)
Modified: 2007-05-13 06:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch that fixes ssl handshaking (diff,864 bytes, patch)
2007-04-29 18:36 UTC, Thomas Anderson (tanderson) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.