Dear contributors and friends of tryton I tried tryton about 2 years ago (when I got WebDAV/CalDAV/CardDAV working) and wanted to give it another try. I have setup a running installation of tryton 2.6 out of the official packages on debian squeeze to which I can remote connect by jsonrpc / the client over port 8000. My problem: I cannot connect by WebDAV/CalDAV/CardDAV, neither through Thunderbird/Lightning, nor through a Browser. The WebDAV connection works for the websites I configured with apache, but not for tryton (whether apache is running or not). I followed the installation / configuration instructions in the wiki, searched the group, the ircs and googled but couldn't find a hint. I guess I might be overlooking some basics.
My trytond.conf file includes: jsonrpc = *:8000 #ssl_jsonrpc = False # Activate the webdav protocol webdav = *:8080 ssl_webdav = True # This is the hostname used when generating WebDAV URI hostname_webdav = [mysubdomain].[mydomain].net secure_netrpc = True secure_xmlrpc = True secure_jsonrpc = True secure_webdav = True privatekey = /etc/ssl/private/ssl-cert-snakeoil.key certificate = /etc/ssl/certs/ssl-cert-snakeoil.pem root@[]:/var/log/tryton# netstat -tupan | grep python tcp 0 0 127.0.0.1:59713 127.0.0.1:5432 CONNECTED 3291/python tcp 0 0 127.0.0.1:59716 127.0.0.1:5432 CONNECTED 3291/python tcp6 0 0 :::8000 :::* LISTEN 3291/python tcp6 0 0 84.200.210.180:8000 85.1.172.158:53150 CONNECTED 3291/python netstat -tupan | grep 8080 -> no result I also tried to add interface = 0.0.0.0 in the trytond.conf as that should force IPv4 support, but I couldn't see any consequence. How do I get a WebDAV connection working? What did I overlook? Any help is very appreciated. Thanks in advance. David -- -- [email protected] mailing list
