What is the correct way to setup trytond to be accessed over web in ver 4.2?
Following is the instruction from the documentation: ================== web¶ <http://doc.tryton.org/4.2/trytond/doc/topics/configuration.html#web> Defines the behavior of the web interface. listen <http://doc.tryton.org/4.2/trytond/doc/topics/configuration.html#listen> Defines the couple of host (or IP address) and port number separated by a colon to listen on. Default localhost:8000 hostname <http://doc.tryton.org/4.2/trytond/doc/topics/configuration.html#hostname> Defines the hostname. root <http://doc.tryton.org/4.2/trytond/doc/topics/configuration.html#root> Defines the root path served by GET requests. Default: Under the www directory of user’s home running trytond. ================= 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 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? All combinations I try keep giving the error "Address already in use" Does tryton application on AWS require a certificate like .pem file to be run over the web else AWS will not allow access? -- 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/feb4fef0-3212-44cd-8ba6-1f3c0b1f10c3%40googlegroups.com.
