Activity log for bug #1027014

Date Who What changed Old value New value Message
2012-07-20 10:36:41 Marcos Garcia bug added bug
2012-07-20 10:37:37 Marcos Garcia description Hi, call_manager was working in the past "without any problems", I mean, it didn't have any problem while connecting to OpenERP, but now I see in the log file that the connection has been refused and I can't find the reason... OpenERPConfig().get_openerp_connection() throws: (yes, I modified it in order to put https instead of http) {'uid': '3', 'db': 'sintesys', 'uri': 'https://127.0.0.1:443/xmlrpc/object', 'server': '127.0.0.1', 'pwd': '2:lbjbEv!1', 'timeout': '2', 'port': '443'} But in my openerp-server log I can't even find a line regarding this connection, I tried with curl curl https://127.0.0.1:443/xmlrpc/common -d "" -k and at least it throws a 500 HTTP error.... Hi, call_manager was working in the past "without any problems", I mean, it didn't have any problem while connecting to OpenERP, but now I see in the log file that the connection has been refused and I can't find the reason... OpenERPConfig().get_openerp_connection() throws: (yes, I modified it in order to put https instead of http) {'uid': '3', 'db': 'XXXX', 'uri': 'https://127.0.0.1:443/xmlrpc/object', 'server': '127.0.0.1', 'pwd': 'XXXX', 'timeout': '2', 'port': '443'} But in my openerp-server log I can't even find a line regarding this connection, I tried with curl curl https://127.0.0.1:443/xmlrpc/common -d "" -k and at least it throws a 500 HTTP error....
2012-07-20 10:37:46 Marcos Garcia openerp-asterisk360: status New Invalid