Submitted by responsiveny on Tue, 02/10/2015 - 08:34
Hi, Fresh install of VirtualMin Pro on AWS minimal Centos 6.5 x64 AMI from Centos.org
Install went fine with no errors.
Cannot connect to virtualmin on port 10000 to complete the install.
links shows:
Unable to retrieve https://localhost:10000 SSL error
I know webmin is running on 10000 because if I links to http port (80) I get message to try the https port.
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Tue, 02/10/2015 - 19:15 Comment #1
What is the full error message you are seeing in your browser?
Also, which browser are you using?
Submitted by responsiveny on Tue, 02/10/2015 - 21:22 Comment #2
The browser is "links" on the cli of the VirtualMin server. I cannot connect remotely via port 10000
Submitted by andreychek on Tue, 02/10/2015 - 21:36 Comment #3
What happens if you remotely try to access port 10000?
Also, what is the output of these two commands:
netstat -an | grep :10000
iptables -L -n
Submitted by responsiveny on Tue, 02/10/2015 - 22:18 Comment #4
Trying to remote access from another computer via https times out.
Here is the result of the commands:
Submitted by JamieCameron on Tue, 02/10/2015 - 22:38 Comment #5
The problem might be that
links
doesn't allow self-signed SSL certs by default, which is what Virtualmin generates at installation time.Submitted by andreychek on Tue, 02/10/2015 - 22:40 Comment #6
Yeah, locally, links is likely not handling the self-signed SSL cert.
As far as why you can't access it remotely -- Virtualmin does appear to be running and listening for remote connections.
It doesn't appear that the firewall on your server would be blocking port 10000. Is it possible that your ISP is blocking that port?
Submitted by responsiveny on Tue, 02/10/2015 - 22:47 Comment #7
It was my fault. I didn't allow port 10000 inbound via the firewall. Thanks
Submitted by responsiveny on Tue, 02/10/2015 - 22:47 Comment #8