PDA

View Full Version : [Solved] Ask about remote admin login



cau2germany
12-16-2010, 03:56 PM
I deploy my server in a VPS server.

I set the Configuration.xml like this:


<?xml version="1.0" encoding="UTF-8"?>
<ElectroServerConfiguration>

<!-- This is the name of the node -->
<Name>StandAlone</Name>

<!-- Defines the host and port on which the web server will listen for inbound connections -->
<WebListeners>
<WebListener>
<Host>111.222.333.444</Host>
<Port>8080</Port>
<Ssl enabled="false"/>
</WebListener>
</WebListeners>

</ElectroServerConfiguration>

And start my server.

The problem that I can't connect to my server. I check for listening port in my server and it tell that Electro server listening on port 8080:

tcp6 0 0 111.222.333.444:8080 :::* LISTEN

I use Ubuntu 10.

Please help me.

cau2germany
12-16-2010, 04:12 PM
OK I resolve it.

The problem that my server required SSL connection.

Just enableSSL=true.

tcarr
12-16-2010, 04:25 PM
Glad you figured it out! As long as the Configuration.xml and the ES Admin both agree, it should work (if there is a valid certificate if SSL is true).