On 2017-06-03 02:10, Dr. Praveen Bhatia wrote:
> If the global ip address on aws is say 111.222.333.444 and custom tcp ports 
> 8888-8890 are opened, is the following correct in the config file?
> 
> listen=111.222.333.444:8889   OR listen=*:8889

Using * means all interface but using a specific IP is only for the
interface with this IP. Using specific IP could be annoying if the IP
change.

> hostname=111.222.333.444
> root=~/mytryton
> 
> Trytond start:
> trytond -c /etc/trytond.conf &
> 
> GIVES ERROR : Address already in use
> 
> 
> Also, Is the correct Access from tryton client:
> tryton -c /etc/trytond.conf -p 8889 -s 111.222.333.444
> 
> Is the above correct usage?

I see nothing wrong here.

> All combinations I try keep giving the error 
> "Address already in use"

You have another process that is already using this address.
You have to find it.
I use this command to find it:

    $ netstat -lnp --inet

> Does tryton application on AWS require a certificate like .pem file to be 
> run over the web else AWS will not allow access? 

It is not required but highly recommended for privacy. Without a
certificate the communication between the clients and the server will be
in clear text and malicious people could sniff it and collect password,
data etc.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: [email protected]
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/20170603093333.GF3584%40kei.

Reply via email to