I have managed to successfully set up on Amazon Machine Instance (AMI) runnint Ubuntu 10.0.4 on Amazon EC2. I have setup the default security group to allow SSH and HTTPS access and these seem to be working correctly.
However, I am unable to access webmin using the following URL
https://:10000/
I have added port 10000 to iptables and ensured that webmin is running. I can run
and get a response on the AMI.
I setup security group for port 10000 like so
- Selected HTTPS in the connection dropdown (port number is set to 443)
- Changed 443 to 10000 in both To and From boxes
- Added 0.0.0.0/0 to the allow IP box
- Hit save and the entry looks like so
-- tcp 10000 10000 0.0.0.0/0
Anything else I am missing?
thanks
The issue has now been magically resolved. Here is what I did
HTH
Add new inbound rule in security group of Amazon ec2 instance.