Dears,
I have Odoo 8 installed with Nginx https enabled, How can I connect to the web api securely?, the following code raise an error (Access denied), is this the right way to deal with https connection?
thank you,
Odoo Configuration:
xmlrpc_port = 9004
host = mydomain
URL accessed from Browser: https://mydomain/
def connect_to_server():
import xmlrpclib
Results:
openerp.service.common: bad login or password from 'sam@sam.com' using database 'db1'
Client side error Log: