|
From: Kris D. <kd...@vi...> - 2007-01-09 15:16:35
|
Chris Harner wrote: > I have many servers on the network, and most of them are Linux > machines. I've just been introduced to Webmin, so I'm slowly getting a > hang of it. > > My problem is when I install webmin, sometimes it doesn't enable SSL > automatically and other times it does. Typically, I can't log in from > my workstation if SSL is enabled for whatever reason. It's not on all > of the boxes, though. Some have SSL and it works fine. The > configurations are identical. It's almost like there is a certificate > issue. > > If I goto the url: "http://IP:10000" it says that it is using SSL and > try "https://hostname:10000." I click the link or just add an "s" to > the original url with no success. It says "Access Denied." > > Any suggestions? I checked the forum and mailing list archive. Other > people have the same problem, but no answers were given. I'm using > 1.300 and installed via RPM. The servers are running OpenSUSE 10.1. > Thanks. You might be missing the Perl module required for SSL. I *think* it's Net::SSLeay, which is the package perl-Net_SSLeay.pm on at least one system I use Webmin on. On a system with a newer OS release, it's perl-Net-SSLeay. You might also need to log in via shell and manually tweak the access list to let you in - look in /etc/webmin/miniserv.conf for the "allow=" line. -kgd |