we encounter a problem when using "Secure Connection" (https) and the Mail Gateway.
Besides the fact that port 8069 is hardcoded and had to be overwritten we would like to know how to connect. After Fetchmail can access mails we have this error: #********************Traceback (most recent call last): File ".....bin/addons/crm/scripts/tinyerp-mailgate/tinyerp-mailgate.py", line 225, in ? parser = email_parser(options.userid, options.password, options.section, options.email, options.default) File "... /bin/addons/crm/scripts/tinyerp-mailgate/tinyerp-mailgate.py", line 45, in __init__ self.section_id = self.rpc('crm.case.section', 'search', [('code','=',section)])[0] File "...... bin/addons/crm/scripts/tinyerp-mailgate/tinyerp-mailgate.py", line 37, in __call__ return self.rpc.execute(self.user_id, self.passwd, *request) File "/usr/lib/python2.3/xmlrpclib.py", line 1032, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.3/xmlrpclib.py", line 1319, in __request verbose=self.__verbose File "/usr/lib/python2.3/xmlrpclib.py", line 1067, in request errcode, errmsg, headers = h.getreply() File "/usr/lib/python2.3/httplib.py", line 1052, in getreply response = self._conn.getresponse() File "/usr/lib/python2.3/httplib.py", line 781, in getresponse response.begin() File "/usr/lib/python2.3/httplib.py", line 273, in begin version, status, reason = self._read_status() File "/usr/lib/python2.3/httplib.py", line 231, in _read_status line = self.fp.readline() File "/usr/lib/python2.3/socket.py", line 323, in readline data = recv(1) socket.error: (104, 'Connection reset by peer') fetchmail: MDA returned nonzero status 1 not flushed Did anybody change the code already to connect via https? Kind regards, bettina ------------------------ bettina pfeifer, softfabrik.de _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
