Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webmin Interface not accessible on remote Server #100

Open
Lars2206 opened this issue Aug 19, 2020 · 1 comment
Open

Webmin Interface not accessible on remote Server #100

Lars2206 opened this issue Aug 19, 2020 · 1 comment

Comments

@Lars2206
Copy link

Lars2206 commented Aug 19, 2020

When trying to access the Webmnin Interface the Error occurs:

Error - Document follows
This web server is running in SSL mode. Try the URL https://006221e42XXXX:10000/ instead.

This is caused by the SSL option in the /etc/webmin/miniserv.conf file
Can be fixed by mounting the file to a volume, so it can be changed manually, or changing the webmin startparameter (if possible)

@rockjing
Copy link

rockjing commented Mar 3, 2022

I have the same issue. So what's the specific items should be changed in miniserv.conf?
anyone have comments?

port=10000
root=/usr/share/webmin
mimetypes=/usr/share/webmin/mime.types
addtype_cgi=internal/cgi
realm=Webmin Server
logfile=/var/webmin/miniserv.log
errorlog=/var/webmin/miniserv.error
pidfile=/var/webmin/miniserv.pid
logtime=168
ssl=1
no_ssl2=1
no_ssl3=1
no_tls1=1
no_tls1_1=1
ssl_honorcipherorder=1
no_sslcompression=1
env_WEBMIN_CONFIG=/etc/webmin
env_WEBMIN_VAR=/var/webmin
atboot=1
logout=/etc/webmin/logout-flag
listen=10000
denyfile=\.pl$
log=1
blockhost_failures=5
blockhost_time=60
syslog=1
ipv6=1
session=1
premodules=WebminCore
server=MiniServ/1.941
userfile=/etc/webmin/miniserv.users
keyfile=/etc/webmin/miniserv.pem
passwd_file=/etc/shadow
passwd_uindex=0
passwd_pindex=1
passwd_cindex=2
passwd_mindex=4
passwd_mode=0
preroot=authentic-theme
passdelay=1
logout_script=/etc/webmin/logout.pl
cipher_list_def=1
login_script=/etc/webmin/login.pl
failed_script=/etc/webmin/failed.pl
sudo=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants