[Bug 5131] conserver server & client not built with encryption enabled
Thag
bruce.edge at gmail.com
Tue Nov 29 14:08:57 UTC 2005
Public bug report changed:
https://launchpad.net/malone/bugs/5131
Comment:
The encryption option must be enabled at build time, it is enabled in debian, but not in ubuntu.
Connecting to a debian conserver-server from ubuntu yields:
$> console asic-b10
build1: encryption required
If one forces encryption on in the console.cf file by adding:
config * {
sslenabled yes;
sslrequired yes;
}
You then get:
$>console asic-b10
console: sslenabled ignored - encryption not compiled into code [/etc/conserver/console.cf:2]
console: sslrequired ignored - encryption not compiled into code [/etc/conserver/console.cf:3]
My guess is that it's in the rules file, where it runs ./configure. It's
probably a configure option.
-Bruce
More information about the universe-bugs
mailing list