I bought VPS server and now I install webmin on it. so when I wanna login into webmin by http://88.198.196.118:10000/ it will redirect to https://static.88-198-196-118.clients.your-server.de:10000/ address,I try to login into it by my SSH username and password (which one I usually connect to ssh of my server by putty) but I con't do it. how can I do it?

link|improve this question
feedback

closed as too localized by MadHatter, Sam Oct 7 '11 at 10:16

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

When you try to connect to the server at 88.198.196.118 using the http protocol you get this message

This web server is running in SSL mode. Try the URL ...

If you try to connect using https then you can get to your server so

https:88.198.196.118:10000

should do the trick.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.